C# Class ETModel.EventSystem

Afficher le fichier Open project: SecodeCN/ETClient Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Component component ) : void
Add ( DLLType dllType, Assembly assembly ) : void
Awake ( Component component ) : void
Awake ( Component component, p1, p2, p3 ) : void
Awake ( Component component, p1, p2 ) : void
Awake ( Component component, p1 ) : void
Change ( Component component ) : void
Destroy ( Component component ) : void
Get ( DLLType dllType ) : Assembly
Get ( long id ) : Component
GetTypes ( Type systemAttributeType ) : List
LateUpdate ( ) : void
Load ( ) : void
RegisterEvent ( string eventId, IEvent e ) : void
Remove ( long instanceId ) : void
Run ( string type ) : void
Run ( string type, a, b, c ) : void
Run ( string type, a, b ) : void
Run ( string type, a ) : void
Update ( ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

Add() public méthode

public Add ( Component component ) : void
component Component
Résultat void

Add() public méthode

public Add ( DLLType dllType, Assembly assembly ) : void
dllType DLLType
assembly Assembly
Résultat void

Awake() public méthode

public Awake ( Component component ) : void
component Component
Résultat void

Awake() public méthode

public Awake ( Component component, p1, p2, p3 ) : void
component Component
Résultat void

Awake() public méthode

public Awake ( Component component, p1, p2 ) : void
component Component
Résultat void

Awake() public méthode

public Awake ( Component component, p1 ) : void
component Component
Résultat void

Change() public méthode

public Change ( Component component ) : void
component Component
Résultat void

Destroy() public méthode

public Destroy ( Component component ) : void
component Component
Résultat void

Get() public méthode

public Get ( DLLType dllType ) : Assembly
dllType DLLType
Résultat Assembly

Get() public méthode

public Get ( long id ) : Component
id long
Résultat Component

GetTypes() public méthode

public GetTypes ( Type systemAttributeType ) : List
systemAttributeType Type
Résultat List

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

RegisterEvent() public méthode

public RegisterEvent ( string eventId, IEvent e ) : void
eventId string
e IEvent
Résultat void

Remove() public méthode

public Remove ( long instanceId ) : void
instanceId long
Résultat void

Run() public méthode

public Run ( string type ) : void
type string
Résultat void

Run() public méthode

public Run ( string type, a, b, c ) : void
type string
Résultat void

Run() public méthode

public Run ( string type, a, b ) : void
type string
Résultat void

Run() public méthode

public Run ( string type, a ) : void
type string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void