Click or drag to resize

GestureRecognizerRunActionAfterDelay Method

Run an action on the main thread after a delay

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static void RunActionAfterDelay(
	float seconds,
	Action action
)

Parameters

seconds
Type: SystemSingle
Delay in seconds
action
Type: SystemAction
Action to run
See Also