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

Function OnFixedUpdate

Source/Engine/Scripting/Script.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 /// Called every fixed framerate frame if object is enabled.
113 /// </summary>
114 API_FUNCTION(Attributes="NoAnimate") virtual void OnFixedUpdate()
115 {
116 }
117
118 /// <summary>
119 /// Called every fixed framerate frame (after FixedUpdate) if object is enabled.

Callers 2

OnLoopMethod · 0.85
OnFixedUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected