Method | Description | |
---|---|---|
FindById ( string id ) : GameObject | ||
GetID ( GameObject g ) : string | ||
GetObjects ( ) : GameObject>.Dictionary |
||
Register ( GameObject obj ) : void | ||
Register ( GameObject obj, string id ) : void | ||
Reregister ( GameObject ob, string id, string new_id ) : void | ||
Unregister ( string id ) : void |
public static FindById ( string id ) : GameObject | ||
id | string | |
return | GameObject |
public static GetID ( GameObject g ) : string | ||
g | GameObject | |
return | string |
public static GetObjects ( ) : GameObject>.Dictionary |
||
return | GameObject>.Dictionary |
public static Register ( GameObject obj ) : void | ||
obj | GameObject | |
return | void |
public static Register ( GameObject obj, string id ) : void | ||
obj | GameObject | |
id | string | |
return | void |
public static Reregister ( GameObject ob, string id, string new_id ) : void | ||
ob | GameObject | |
id | string | |
new_id | string | |
return | void |
public static Unregister ( string id ) : void | ||
id | string | |
return | void |