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

Function OnEvent

Source/Engine/Animations/AnimEvent.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 /// <param name="time">The current animation time (in seconds).</param>
38 /// <param name="deltaTime">The current animation tick delta time (in seconds).</param>
39 API_FUNCTION() virtual void OnEvent(AnimatedModel* actor, Animation* anim, float time, float deltaTime)
40 {
41 }
42};
43
44/// <summary>

Callers 2

CallEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected