Click or drag to resize

MonoBehaviourExtensionsInvokeRepeating Method

Overload List
  NameDescription
Public methodStatic memberInvokeRepeating(MonoBehaviour, Action, IGeneratorSingle)
Invokes the given action after the given amount of time, and repeats the action after every repeatTime seconds.
Public methodStatic memberInvokeRepeating(MonoBehaviour, Action, Single, Single)
Invokes the given action after the given amount of time, and repeats the action after every repeatTime seconds.
Top
See Also