C# 클래스 ObjectManager, CodeSpells

상속: MonoBehaviour
파일 보기 프로젝트 열기: srfoster/CodeSpells 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

FindById() 공개 정적인 메소드

public static FindById ( string id ) : GameObject
id string
리턴 GameObject

GetID() 공개 정적인 메소드

public static GetID ( GameObject g ) : string
g GameObject
리턴 string

GetObjects() 공개 정적인 메소드

public static GetObjects ( ) : GameObject>.Dictionary
리턴 GameObject>.Dictionary

Register() 공개 정적인 메소드

public static Register ( GameObject obj ) : void
obj GameObject
리턴 void

Register() 공개 정적인 메소드

public static Register ( GameObject obj, string id ) : void
obj GameObject
id string
리턴 void

Reregister() 공개 정적인 메소드

public static Reregister ( GameObject ob, string id, string new_id ) : void
ob GameObject
id string
new_id string
리턴 void

Unregister() 공개 정적인 메소드

public static Unregister ( string id ) : void
id string
리턴 void