Click or drag to resize

ControlHelperDelay Method

Overload List
  NameDescription
Public methodDelay(Action)
Perform an action next frame.
Public methodDelay(FuncBoolean, Action)
Call a method after a specified condition is satisfied.
Public methodDelay(Int32, Action)
Call a method after specified number of frames.
Public methodDelay(Single, Action)
Call a method after specified number of seconds.
Public methodDelay(Int32, Int32, Action)
Keep calling a method after a specified number of frames.
Public methodDelay(Single, Single, Action)
Keep calling a method after a specified number of seconds.
Top
See Also