Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
void AnimGraphInstanceData::Clear()
58
{
59
ClearState();
60
Slots.Clear();
61
Parameters.Resize(0);
62
}
63
64
void AnimGraphInstanceData::ClearState()
65
{
Callers
4
Tick
Method · 0.45
ClearState
Method · 0.45
Load
Method · 0.45
Update
Method · 0.45
Calls
2
ClearState
Function · 0.85
Resize
Method · 0.45
Tested by
no test coverage detected