C# Class NFrame.NFCActor

Inheritance: NFIActor
Afficher le fichier Open project: ketoo/NFrame Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetActorMng ( ) : NFIActorMng
ProcessMessageSyns ( NFIActorMessage xMessage ) : void
TaskMethodSync ( object param ) : void

Method Details

AddComponent() public méthode

public AddComponent ( Type xType ) : bool
xType System.Type
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteAsync() public static méthode

public static ExecuteAsync ( object x ) : void
x object
Résultat void

GetAddress() public méthode

public GetAddress ( ) : NFGUID
Résultat NFGUID

GetComponent() public méthode

public GetComponent ( Type xType ) : NFBehaviour
xType System.Type
Résultat NFBehaviour

GetNumQueuedMessages() public méthode

public GetNumQueuedMessages ( ) : int
Résultat int

NFCActor() public méthode

public NFCActor ( NFGUID xID, NFIActorMng xActorMng ) : System
xID NFGUID
xActorMng NFIActorMng
Résultat System

PushMessages() public méthode

public PushMessages ( NFGUID from, NFIActorMessage xMessage ) : bool
from NFGUID
xMessage NFIActorMessage
Résultat bool

RegisterHandler() public méthode

public RegisterHandler ( Handler handler ) : bool
handler Handler
Résultat bool