Click or drag to resize

ControlHelperDelay Method (Action)

Perform an action next frame.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void Delay(
	Action action
)
Request Example View Source

Parameters

action
Type: SystemAction
Action to perform.
See Also