Class ExtraProperties
ExtraProperties class
Represents the base class for all glTF 2 Schema objects.
public abstract class ExtraProperties : JsonSerializable, IExtraProperties
Properties
| Name | Description |
|---|---|
| Extensions { get; } | Gets a collection of JsonSerializable instances. |
| Extras { get; set; } | Gets or sets the extras content of this instance. |
Methods
| Name | Description |
|---|---|
| GetExtension<T>() | |
| RemoveExtensions<T>() | |
| RemoveExtensions<T>(T) | |
| SetExtension<T>(T) | |
| UseExtension<T>() |
Remarks
Defines the Extras property for every glTF object.
See Also
- class JsonSerializable
- interface IExtraProperties
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD