GltfAnimation.channels Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An array of channels, each of which targets an animation's sampler at a node's property. Different channels of the same animation can't have equal targets.
public: cli::array <Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfAnimationChannel ^> ^ channels;
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfAnimationChannel[] channels;
val mutable channels : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfAnimationChannel[]
Public channels As GltfAnimationChannel()