C# Class Kore.Coroutines.StateEvent

显示文件 Open project: vgwb/Antura_arabic

Public Methods

Method Description
Trigger ( ) : void

Trigger the event

operator ( ) : bool

Check if event is triggered and eat the event.

Method Details

Trigger() public method

Trigger the event
public Trigger ( ) : void
return void

operator() public static method

Check if event is triggered and eat the event.
public static operator ( ) : bool
return bool