MonoBehaviourExtensionsInvokeRepeating Method |
| Name | Description | |
|---|---|---|
| InvokeRepeating(MonoBehaviour, Action, IGeneratorSingle) |
Invokes the given action after the given amount of time, and repeats the
action after every repeatTime seconds.
| |
| InvokeRepeating(MonoBehaviour, Action, Single, Single) |
Invokes the given action after the given amount of time, and repeats the
action after every repeatTime seconds.
|