5#include <CesiumGltf/AnimationChannelTarget.h>
6#include <CesiumGltf/Library.h>
7#include <CesiumUtility/ExtensibleObject.h>
21 static constexpr const char*
TypeName =
"AnimationChannel";
Classes for working with glTF models.
The descriptor of the animated property.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
An animation channel combines an animation sampler with a target property being animated.
CesiumGltf::AnimationChannelTarget target
The descriptor of the animated property.
static constexpr const char * TypeName
The original name of this type.
int32_t sampler
The index of a sampler in this animation used to compute the value for the target.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...