Click or drag to resize

GLMonoBehaviourInvokeRepeating Method (Action, Single, Single)

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,
	float time,
	float repeatTime
)

Parameters

action
Type: SystemAction
time
Type: SystemSingle
repeatTime
Type: SystemSingle

Return Value

Type: Coroutine
See Also