| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/GameObject-transformHandle.html | [Back] [Original] |
The TransformHandle of the GameObject (Read Only).
Every GameObject has a TransformHandle, which cannot be removed.
using UnityEngine;
public class Example : MonoBehaviour { void Start() { gameObject.transformHandle.Translate(1, 1, 1); } }
| Web Proxy Viewer | New URL | Original Page |