このページを含むバージョン:
このページを含まないバージョン:
オブジェクトのインスタンス ID を返します
オブジェクトのインスタンス ID は、常にユニークです。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(GetInstanceID()); } }