Click or drag to resize

FullDispatcherSchedule Method

Schedules an action on update, lateUpdate or fixedUpdate methods.

Namespace:  Kit.Modding.Scripting
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void Schedule(
	string type,
	Action action
)
Request Example View Source

Parameters

type
Type: SystemString
The method to schedule on. Case-sensitive.
action
Type: SystemAction
The piece of code to execute.
See Also