Content-Length: 18001 | pFad | https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/Vector3-right.html
Shorthand for writing Vector3(1, 0, 0).
using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { void Example() { transform.position += Vector3.right * Time.deltaTime; } }
Fetched URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/Vector3-right.html
Alternative Proxies: