Class Asset

Asset class

Metadata about the glTF asset.

public sealed class Asset : ExtraProperties

Properties

NameDescription
Copyright { get; set; }
Extensions { get; }Gets a collection of JsonSerializable instances.
Extras { get; set; }Gets or sets the extras content of this instance.
Generator { get; set; }
MinVersion { get; }
Version { get; }
static AssemblyInformationalVersion { get; }

Methods

NameDescription
GetExtension<T>()
RemoveExtensions<T>()
RemoveExtensions<T>(T)
SetExtension<T>(T)
UseExtension<T>()

See Also