Unity rss
Unity forge
Object.GetInstanceID Manual     Reference     Scripting  
Scripting > Runtime Classes > Object
Object.GetInstanceID
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Enumerations
  • History
  • Index
  • Object
  • All Members
  • Variables
  • hideFlags
  • name
  • Functions
  • GetInstanceID
  • ToString
  • Class Functions
  • Destroy
  • DestroyImmediate
  • DontDestroyOnLoad
  • FindObjectOfType
  • FindObjectsOfType
  • Instantiate
  • operator !=
  • operator ==
  • operator bool

function GetInstanceID () : int

Description

Returns the instance id of the object.

The instance id of an object is always guaranteed to be unique.

JavaScripts
print(GetInstanceID());

using UnityEngine;
using System.Collections;

public class example : MonoBehaviour {
void Awake() {
print(GetInstanceID());
}
}

import UnityEngine
import System.Collections

class example(MonoBehaviour):

def Awake():
print(GetInstanceID())


Unity3d Рекламный блок Unity3d