Versions with this page:
Versions without this page:
附加到此 GameObject 的 Transform。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { transform.Translate(1, 1, 1); } }