C# Class ETModel.EventSystem

ファイルを表示 Open project: SecodeCN/ETClient Class Usage Examples

Public Methods

Method 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

Method Description
Start ( ) : void

Method Details

Add() public method

public Add ( Component component ) : void
component Component
return void

Add() public method

public Add ( DLLType dllType, Assembly assembly ) : void
dllType DLLType
assembly Assembly
return void

Awake() public method

public Awake ( Component component ) : void
component Component
return void

Awake() public method

public Awake ( Component component, p1, p2, p3 ) : void
component Component
return void

Awake() public method

public Awake ( Component component, p1, p2 ) : void
component Component
return void

Awake() public method

public Awake ( Component component, p1 ) : void
component Component
return void

Change() public method

public Change ( Component component ) : void
component Component
return void

Destroy() public method

public Destroy ( Component component ) : void
component Component
return void

Get() public method

public Get ( DLLType dllType ) : Assembly
dllType DLLType
return Assembly

Get() public method

public Get ( long id ) : Component
id long
return Component

GetTypes() public method

public GetTypes ( Type systemAttributeType ) : List
systemAttributeType Type
return List

LateUpdate() public method

public LateUpdate ( ) : void
return void

Load() public method

public Load ( ) : void
return void

RegisterEvent() public method

public RegisterEvent ( string eventId, IEvent e ) : void
eventId string
e IEvent
return void

Remove() public method

public Remove ( long instanceId ) : void
instanceId long
return void

Run() public method

public Run ( string type ) : void
type string
return void

Run() public method

public Run ( string type, a, b, c ) : void
type string
return void

Run() public method

public Run ( string type, a, b ) : void
type string
return void

Run() public method

public Run ( string type, a ) : void
type string
return void

Update() public method

public Update ( ) : void
return void