| 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. |
no outgoing calls
no test coverage detected