cesium-native  0.41.0
AnimationChannel.h
1 // This file was generated by generate-classes.
2 // DO NOT EDIT THIS FILE!
3 #pragma once
4 
5 #include "CesiumGltf/AnimationChannelTarget.h"
6 #include "CesiumGltf/Library.h"
7 
8 #include <CesiumUtility/ExtensibleObject.h>
9 
10 #include <cstdint>
11 
12 namespace CesiumGltf {
17 struct CESIUMGLTF_API AnimationChannel final
19  static inline constexpr const char* TypeName = "AnimationChannel";
20 
28  int32_t sampler = -1;
29 
34 };
35 } // namespace CesiumGltf
Classes for working with glTF models.
The descriptor of the animated property.
An animation channel combines an animation sampler with a target property being animated.
CesiumGltf::AnimationChannelTarget target
The descriptor of the animated property.
The base class for objects that have extensions and extras.