C# Class PuzzleEvent, Hellbound

Inheritance: Event
显示文件 Open project: Backman/Hellbound Class Usage Examples

Public Methods

Method Description
cancel ( string eventName ) : void
isEventCancelled ( string eventName ) : bool
trigger ( string eventName, GameObject obj, bool triggerOnlyForMe ) : void

Method Details

cancel() public static method

public static cancel ( string eventName ) : void
eventName string
return void

isEventCancelled() public static method

public static isEventCancelled ( string eventName ) : bool
eventName string
return bool

trigger() public static method

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