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

Function OnBegin

Source/Engine/Animations/AnimEvent.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 /// <param name="time">The current animation time (in seconds).</param>
57 /// <param name="deltaTime">The current animation tick delta time (in seconds).</param>
58 API_FUNCTION() virtual void OnBegin(AnimatedModel* actor, Animation* anim, float time, float deltaTime)
59 {
60 }
61
62 /// <summary>
63 /// Animation notification called after the last event (guaranteed to be always called).

Callers 3

OnDrawMethod · 0.85
OnBeginMethod · 0.85
TickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected