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

Method Clear

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

Source from the content-addressed store, hash-verified

55}
56
57void AnimGraphInstanceData::Clear()
58{
59 ClearState();
60 Slots.Clear();
61 Parameters.Resize(0);
62}
63
64void AnimGraphInstanceData::ClearState()
65{

Callers 4

TickMethod · 0.45
ClearStateMethod · 0.45
LoadMethod · 0.45
UpdateMethod · 0.45

Calls 2

ClearStateFunction · 0.85
ResizeMethod · 0.45

Tested by

no test coverage detected