Click or drag to resize

GLMonoBehaviourInvoke Method (Action, Single)

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

Parameters

action
Type: SystemAction
time
Type: SystemSingle

Return Value

Type: Coroutine
See Also