C# Class Fungus.EventHandler

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: snozbot/fungus

Public Methods

Method Description
ExecuteBlock ( ) : bool

The Event Handler should call this method when the event is detected to start executing the Block.

GetSummary ( ) : string

Returns custom summary text for the event handler.

Protected Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
UnityOnDisable ( ) : void
UnityOnEnable ( ) : void
UnityStart ( ) : void

Method Details

ExecuteBlock() public method

The Event Handler should call this method when the event is detected to start executing the Block.
public ExecuteBlock ( ) : bool
return bool

GetSummary() public method

Returns custom summary text for the event handler.
public GetSummary ( ) : string
return string

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

UnityOnDisable() protected method

protected UnityOnDisable ( ) : void
return void

UnityOnEnable() protected method

protected UnityOnEnable ( ) : void
return void

UnityStart() protected method

protected UnityStart ( ) : void
return void