Versions with this page:
Versions without this page:
Forma corta de escribir Vector3(0, 0, -1).
Vector3(0, 0, -1)
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { transform.position += Vector3.back * Time.deltaTime; } }