Class ImageGlb

ImageGlb class

Image data used to create a texture. Image MAY be referenced by an URI (or IRI) or a buffer view index.

public sealed class ImageGlb : LogicalChildOfRoot

Properties

NameDescription
AlternateWriteFileName { get; set; }When set to a FileName or a relative File Path, it will be used as the file name of the texture being written. When null, a default file name will be used.
Content { get; set; }Gets or sets the in-memory representation of the image file.
Extensions { get; }Gets a collection of JsonSerializable instances.
Extras { get; set; }Gets or sets the extras content of this instance.
LogicalIndex { get; }Gets the zero-based index of this object in the Logical resources of GlbData.
LogicalParent { get; }Gets the GlbData instance that owns this object.
Name { get; set; }Gets or sets the display text name, or null.

Methods

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

See Also