C# Class vp_Timer, OZML

Inheritance: MonoBehaviour
Datei anzeigen Open project: merveilles/OZML Class Usage Examples

Public Methods

Method Description
At ( float time, ArgCallback function, object args, int iterations = 1, float interval = 0.0f ) : vp_Timer,
At ( float time, Callback, function, int iterations = 1, float interval = 0.0f ) : vp_Timer,
Cancel ( ) : void
Cancel ( vp_Timer, timer ) : void
CancelInvoke ( ) : void
CancelInvoke ( string methodName ) : void

Private Methods

Method Description
ArgExecute ( ) : void
At ( float time, Callback, func, ArgCallback argFunc, object args, int iterations, float interval ) : vp_Timer,
Awake ( ) : void
CancelInstance ( ) : void
Execute ( ) : void
Schedule ( float time, ArgCallback function, object args ) : void
Schedule ( float time, Callback, function ) : void

Method Details

At() public static method

public static At ( float time, ArgCallback function, object args, int iterations = 1, float interval = 0.0f ) : vp_Timer,
time float
function ArgCallback
args object
iterations int
interval float
return vp_Timer,

At() public static method

public static At ( float time, Callback, function, int iterations = 1, float interval = 0.0f ) : vp_Timer,
time float
function Callback,
iterations int
interval float
return vp_Timer,

Cancel() public method

public Cancel ( ) : void
return void

Cancel() public static method

public static Cancel ( vp_Timer, timer ) : void
timer vp_Timer,
return void

CancelInvoke() public method

public CancelInvoke ( ) : void
return void

CancelInvoke() public method

public CancelInvoke ( string methodName ) : void
methodName string
return void