GltfObject.materials 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 materials. A material defines the appearance of a primitive.
public: cli::array <Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfMaterial ^> ^ materials;
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfMaterial[] materials;
val mutable materials : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfMaterial[]
Public materials As GltfMaterial()