C# 클래스 NFrame.NFCActor

상속: NFIActor
파일 보기 프로젝트 열기: ketoo/NFrame 1 사용 예제들

공개 메소드들

메소드 설명
AddComponent ( Type xType ) : bool
Execute ( ) : void
ExecuteAsync ( object x ) : void
GetAddress ( ) : NFGUID
GetComponent ( Type xType ) : NFBehaviour
GetNumQueuedMessages ( ) : int
NFCActor ( NFGUID xID, NFIActorMng xActorMng ) : System
PushMessages ( NFGUID from, NFIActorMessage xMessage ) : bool
RegisterHandler ( Handler handler ) : bool

비공개 메소드들

메소드 설명
GetActorMng ( ) : NFIActorMng
ProcessMessageSyns ( NFIActorMessage xMessage ) : void
TaskMethodSync ( object param ) : void

메소드 상세

AddComponent() 공개 메소드

public AddComponent ( Type xType ) : bool
xType System.Type
리턴 bool

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteAsync() 공개 정적인 메소드

public static ExecuteAsync ( object x ) : void
x object
리턴 void

GetAddress() 공개 메소드

public GetAddress ( ) : NFGUID
리턴 NFGUID

GetComponent() 공개 메소드

public GetComponent ( Type xType ) : NFBehaviour
xType System.Type
리턴 NFBehaviour

GetNumQueuedMessages() 공개 메소드

public GetNumQueuedMessages ( ) : int
리턴 int

NFCActor() 공개 메소드

public NFCActor ( NFGUID xID, NFIActorMng xActorMng ) : System
xID NFGUID
xActorMng NFIActorMng
리턴 System

PushMessages() 공개 메소드

public PushMessages ( NFGUID from, NFIActorMessage xMessage ) : bool
from NFGUID
xMessage NFIActorMessage
리턴 bool

RegisterHandler() 공개 메소드

public RegisterHandler ( Handler handler ) : bool
handler Handler
리턴 bool