C# 클래스 Messenger, tf_client

상속: MonoBehaviour
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 메소드들

메소드 설명
AddListener ( string eventType, Action, handler ) : void
Broadcast ( string eventType ) : void
Broadcast ( string eventType, MessengerMode mode ) : void
RemoveListener ( string eventType, Action, handler ) : void

메소드 상세

AddListener() 공개 정적인 메소드

public static AddListener ( string eventType, Action, handler ) : void
eventType string
handler Action,
리턴 void

Broadcast() 공개 정적인 메소드

public static Broadcast ( string eventType ) : void
eventType string
리턴 void

Broadcast() 공개 정적인 메소드

public static Broadcast ( string eventType, MessengerMode mode ) : void
eventType string
mode MessengerMode
리턴 void

RemoveListener() 공개 정적인 메소드

public static RemoveListener ( string eventType, Action, handler ) : void
eventType string
handler Action,
리턴 void