Method | Description | |
---|---|---|
Cancel ( ) : bool | ||
Invoke ( System.Action action ) : void | ||
Invoke ( System.Action action, int delay ) : void | ||
SingleDelayedInvoke ( int delay = MINIMAL_UI_DELAY ) : System |
public Invoke ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public static Invoke ( System.Action action, int delay ) : void | ||
action | System.Action | |
delay | int | |
return | void |
public SingleDelayedInvoke ( int delay = MINIMAL_UI_DELAY ) : System | ||
delay | int | |
return | System |