Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsReady
Method
IsReady
Source/Engine/Animations/Graph/AnimGraph.Custom.cpp:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
bool AnimGraph::IsReady() const
143
{
144
return BaseModel && BaseModel->IsLoaded();
145
}
146
147
void AnimGraph::ClearCustomNode(Node* node)
148
{
Callers
1
CanUpdateModel
Function · 0.45
Calls
1
IsLoaded
Method · 0.45
Tested by
no test coverage detected