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

Function OnUpdate

Source/Engine/Scripting/Script.h:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 /// Called every frame if object is enabled.
99 /// </summary>
100 API_FUNCTION(Attributes="NoAnimate") virtual void OnUpdate()
101 {
102 }
103
104 /// <summary>
105 /// Called every frame (after gameplay Update) if object is enabled.

Callers 6

OnLoopMethod · 0.50
OnUpdateMethod · 0.50
EventFilterCallbackMethod · 0.50
EventFilterCallbackMethod · 0.50
DoDragDropWaylandMethod · 0.50
OnUpdateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected