Kit Documentation
Kit Documentation
Kit Reference
Kit
ControlHelper Class
ControlHelper Methods
Delay Method
Delay Method (Action)
Delay Method (Func(Boolean), Action)
Delay Method (Int32, Action)
Delay Method (Single, Action)
Delay Method (Int32, Int32, Action)
Delay Method (Single, Single, Action)
ControlHelper
Delay Method (Int32, Action)
Call a method after specified number of frames.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
void
Delay
(
int
frames
,
Action
action
)
Request Example
View Source
Parameters
frames
Type:
System
Int32
Number of frames to hold out for.
action
Type:
System
Action
Action to perform.
See Also
Reference
ControlHelper Class
Delay Overload
Kit Namespace
Send comments on this topic to
agam@frag-games.com