GltfObject.accessors 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 accessors. An accessor is a typed view into a bufferView.
public: cli::array <Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfAccessor ^> ^ accessors;
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfAccessor[] accessors;
val mutable accessors : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfAccessor[]
Public accessors As GltfAccessor()