| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Component-transformHandle.html | [Back] [Original] |
The TransformHandle of this GameObject.
using UnityEngine;
public class Example : MonoBehaviour { void Start() { transformHandle.Translate(1, 1, 1); } }
| Web Proxy Viewer | New URL | Original Page |