C# 클래스 NashTools.EventManager

파일 보기 프로젝트 열기: JordanStone/ExorcistForHire

공개 메소드들

메소드 설명
AddListener ( int eventIndex, OnEvent listener ) : void
Cleanup ( ) : void
Init ( ) : void
PostNotification ( int eventIndex, Component sender, object param = null ) : void
RemoveEvent ( int eventIndex ) : void

메소드 상세

AddListener() 공개 정적인 메소드

public static AddListener ( int eventIndex, OnEvent listener ) : void
eventIndex int
listener OnEvent
리턴 void

Cleanup() 공개 정적인 메소드

public static Cleanup ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

PostNotification() 공개 정적인 메소드

public static PostNotification ( int eventIndex, Component sender, object param = null ) : void
eventIndex int
sender UnityEngine.Component
param object
리턴 void

RemoveEvent() 공개 정적인 메소드

public static RemoveEvent ( int eventIndex ) : void
eventIndex int
리턴 void