Versions with this page:
Versions without this page:
返回对象的实例 ID。
始终保证对象的实例 ID 是唯一的。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(GetInstanceID()); } }