Click or drag to resize

ControlHelperDelay Method (FuncBoolean, Action)

Call a method after a specified condition is satisfied.

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

Parameters

until
Type: SystemFuncBoolean
Function
action
Type: SystemAction
Action to perform.
See Also