C# 클래스 PuzzleEvent, Hellbound

상속: Event
파일 보기 프로젝트 열기: Backman/Hellbound 1 사용 예제들

공개 메소드들

메소드 설명
cancel ( string eventName ) : void
isEventCancelled ( string eventName ) : bool
trigger ( string eventName, GameObject obj, bool triggerOnlyForMe ) : void

메소드 상세

cancel() 공개 정적인 메소드

public static cancel ( string eventName ) : void
eventName string
리턴 void

isEventCancelled() 공개 정적인 메소드

public static isEventCancelled ( string eventName ) : bool
eventName string
리턴 bool

trigger() 공개 정적인 메소드

public static trigger ( string eventName, GameObject obj, bool triggerOnlyForMe ) : void
eventName string
obj GameObject
triggerOnlyForMe bool
리턴 void