C# 클래스 ETModel.EventSystem

파일 보기 프로젝트 열기: SecodeCN/ETClient 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( Component component ) : void
component Component
리턴 void

Add() 공개 메소드

public Add ( DLLType dllType, Assembly assembly ) : void
dllType DLLType
assembly Assembly
리턴 void

Awake() 공개 메소드

public Awake ( Component component ) : void
component Component
리턴 void

Awake() 공개 메소드

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

Awake() 공개 메소드

public Awake ( Component component, p1, p2 ) : void
component Component
리턴 void

Awake() 공개 메소드

public Awake ( Component component, p1 ) : void
component Component
리턴 void

Change() 공개 메소드

public Change ( Component component ) : void
component Component
리턴 void

Destroy() 공개 메소드

public Destroy ( Component component ) : void
component Component
리턴 void

Get() 공개 메소드

public Get ( DLLType dllType ) : Assembly
dllType DLLType
리턴 Assembly

Get() 공개 메소드

public Get ( long id ) : Component
id long
리턴 Component

GetTypes() 공개 메소드

public GetTypes ( Type systemAttributeType ) : List
systemAttributeType Type
리턴 List

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

RegisterEvent() 공개 메소드

public RegisterEvent ( string eventId, IEvent e ) : void
eventId string
e IEvent
리턴 void

Remove() 공개 메소드

public Remove ( long instanceId ) : void
instanceId long
리턴 void

Run() 공개 메소드

public Run ( string type ) : void
type string
리턴 void

Run() 공개 메소드

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

Run() 공개 메소드

public Run ( string type, a, b ) : void
type string
리턴 void

Run() 공개 메소드

public Run ( string type, a ) : void
type string
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void