Click or drag to resize

GLMonoBehaviourInvokeRepeating Method (Action, IGeneratorSingle)

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(2, 3, 0)]
public Coroutine InvokeRepeating(
	Action action,
	IGenerator<float> repeatTime
)

Parameters

action
Type: SystemAction
repeatTime
Type: Gamelogic.Extensions.AlgorithmsIGeneratorSingle

Return Value

Type: Coroutine
See Also