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

Function OnDebugDrawSelected

Source/Engine/Scripting/Script.h:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 /// Called during drawing debug shapes in editor when object is selected. Use <see cref="DebugDraw"/> to draw debug shapes and other visualization.
134 /// </summary>
135 API_FUNCTION(Attributes="NoAnimate") virtual void OnDebugDrawSelected()
136 {
137 }
138
139private:
140 void SetupType();

Callers 15

OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
OnDebugDrawSelectedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected