中文
Appearance
Transform.instanceID
Transform
(只读)该Transform所属对象的实例ID。
number
OnStart(): void { let id = this.transform.instanceID; Debug.Log(id); }