MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / hasAnimation

Function hasAnimation

Source/Falcor/Scene/Scene.h:1016–1016  ·  view source on GitHub ↗

Returns true if scene has animation data. */

Source from the content-addressed store, hash-verified

1014 /** Returns true if scene has animation data.
1015 */
1016 bool hasAnimation() const { return mpAnimationController->hasAnimations(); }
1017
1018 /** Enable/disable scene animation.
1019 */

Callers 1

getScriptMethod · 0.70

Calls 1

hasAnimationsMethod · 0.80

Tested by

no test coverage detected