| 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 | |
| 139 | private: |
| 140 | void SetupType(); |
no outgoing calls
no test coverage detected