GltfObject.images 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 images. An image defines data used to create a texture.
public: cli::array <Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfImage ^> ^ images;
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfImage[] images;
val mutable images : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfImage[]
Public images As GltfImage()