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

Method End

Source/Engine/Animations/Graph/AnimGraph.cpp:119–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119AnimGraphInstanceData::OutgoingEvent AnimGraphInstanceData::ActiveEvent::End(AnimatedModel* actor) const
120{
121 OutgoingEvent out;
122 out.Instance = Instance;
123 out.Actor = actor;
124 out.Anim = Anim;
125 out.Time = 0.0f;
126 out.DeltaTime = 0.0f;
127 out.Type = OutgoingEvent::OnEnd;
128 return out;
129}
130
131AnimGraphNode::~AnimGraphNode()
132{

Callers 2

ClearStateMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected