Click or drag to resize

ControlHelperDelay Method (Single, Action)

Call a method after specified number of seconds.

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

Parameters

seconds
Type: SystemSingle
Number of seconds to hold out for.
action
Type: SystemAction
Action to perform.
See Also