| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Vector3-back.html | [Back] [Original] |
Shorthand for writing Vector3(0, 0, -1).
using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { void Example() { transform.position += Vector3.back * Time.deltaTime; } }
| Web Proxy Viewer | New URL | Original Page |