MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnDebugDraw

Function OnDebugDraw

Source/Engine/Scripting/Script.h:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 /// Called during drawing debug shapes in editor. Use <see cref="DebugDraw"/> to draw debug shapes and other visualization.
127 /// </summary>
128 API_FUNCTION(Attributes="NoAnimate") virtual void OnDebugDraw()
129 {
130 }
131
132 /// <summary>
133 /// Called during drawing debug shapes in editor when object is selected. Use <see cref="DebugDraw"/> to draw debug shapes and other visualization.

Callers 8

OnDebugDrawMethod · 0.85
OnDebugDrawMethod · 0.85
OnDebugDrawMethod · 0.85
OnDebugDrawMethod · 0.85
OnDebugDrawMethod · 0.85
OnDebugDrawMethod · 0.85
OnDebugDrawMethod · 0.85
DrawEditorPrimitivesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected