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

Function OnLateFixedUpdate

Source/Engine/Scripting/Script.h:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 2

OnLoopMethod · 0.85
OnLateFixedUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected