GltfObject.RegisteredExtensions Property

Definition

The list of registered glTF extensions found for this object.

public:
 property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::Extensions::GltfExtension ^> ^ RegisteredExtensions { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::Extensions::GltfExtension ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.Extensions.GltfExtension> RegisteredExtensions { get; }
member this.RegisteredExtensions : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.Extensions.GltfExtension>
Public ReadOnly Property RegisteredExtensions As List(Of GltfExtension)

Property Value

List<GltfExtension>

Applies to