ScriptsDebugOverlaySink struct 40 bytes
game.ScriptsDebugOverlaySink
Inheritance
No base class.
Derived
None.
Properties
None.
Functions
static void SetRoot(game.ScriptsDebugOverlaySink sink, string rootPath)staticRTTIstatic void SetKeyColor(game.ScriptsDebugOverlaySink sink, string key, Color color)staticRTTIstatic void PushName(game.ScriptsDebugOverlaySink sink, string key, CName value)staticRTTIstatic void PushString(game.ScriptsDebugOverlaySink sink, string key, string value)staticRTTIstatic void PushVector4(game.ScriptsDebugOverlaySink sink, string key, Vector4 value)staticRTTIstatic void PushVector2(game.ScriptsDebugOverlaySink sink, string key, Vector2 value)staticRTTIstatic void PushQuaternion(game.ScriptsDebugOverlaySink sink, string key, Quaternion value)staticRTTIstatic void PushFloat(game.ScriptsDebugOverlaySink sink, string key, float value)staticRTTIstatic void PushInt32(game.ScriptsDebugOverlaySink sink, string key, int value)staticRTTIstatic void PushUint32(game.ScriptsDebugOverlaySink sink, string key, uint value)staticRTTIstatic void PushBool(game.ScriptsDebugOverlaySink sink, string key, bool value)staticRTTIstatic void ClearKey(game.ScriptsDebugOverlaySink sink, string key)staticRTTIstatic CName RegisterListener_OnClicked(game.ScriptsDebugOverlaySink sink, WeakHandle<game.ScriptableSystem> system, string key)staticRTTIstatic void UnregisterListener_OnClicked(game.ScriptsDebugOverlaySink sink, WeakHandle<game.ScriptableSystem> system, CName fullPath)staticRTTI