MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / IsValid

Method IsValid

src/engine/SceneGraph.cpp:486–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486bool SceneGraphAnimationChannel::IsValid() const
487{
488 return !m_TargetNode.expired();
489}
490
491void SceneGraphAnimation::AddChannel(const std::shared_ptr<SceneGraphAnimationChannel>& channel)
492{

Callers 1

IsValdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected