Click or drag to resize

FullDispatcherHook Method

Calls awake on and hooks start, update, lateUpdate and fixedUpdate methods from the scripting environment.

Namespace:  Kit.Modding.Scripting
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void Hook(
	LuaEnv env
)
Request Example View Source

Parameters

env
Type: LuaEnv
The scripting environment.
See Also