| 119 | /// Called every fixed framerate frame (after FixedUpdate) if object is enabled. |
| 120 | /// </summary> |
| 121 | API_FUNCTION(Attributes="NoAnimate") virtual void OnLateFixedUpdate() |
| 122 | { |
| 123 | } |
| 124 | |
| 125 | /// <summary> |
| 126 | /// Called during drawing debug shapes in editor. Use <see cref="DebugDraw"/> to draw debug shapes and other visualization. |
no outgoing calls
no test coverage detected