MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / Animation

Method Animation

framework/scene_graph/scripts/animation.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace sg
25{
26Animation::Animation(const std::string &name) :
27 Script{name}
28{
29}
30
31Animation::Animation(const Animation &other) :
32 channels{other.channels}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected