The Transform attached to this GameObject.
transform.Translate(1, 1, 1);
using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { void Example() { transform.Translate(1, 1, 1); } }
Did you find this page useful? Please give it a rating: