GltfAnimation.samplers 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 samplers that combines input and output accessors with an interpolation algorithm to define a keyframe graph (but not its target).
public: cli::array <Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfAnimationSampler ^> ^ samplers;
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfAnimationSampler[] samplers;
val mutable samplers : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfAnimationSampler[]
Public samplers As GltfAnimationSampler()