MCPcopy 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
142bool AnimGraph::IsReady() const
143{
144 return BaseModel && BaseModel->IsLoaded();
145}
146
147void AnimGraph::ClearCustomNode(Node* node)
148{

Callers 1

CanUpdateModelFunction · 0.45

Calls 1

IsLoadedMethod · 0.45

Tested by

no test coverage detected