Class TextureSampler

TextureSampler class

Texture sampler properties for filtering and wrapping modes.

public sealed class TextureSampler : LogicalChildOfRoot

Properties

NameDescription
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.
MagFilter { get; }Gets the texture magnification filter.
MinFilter { get; }Gets the texture minification filter.
Name { get; set; }Gets or sets the display text name, or null.
WrapS { get; }
WrapT { get; }
static ContentComparer { get; }

Methods

NameDescription
GetContentHashCode()
GetExtension<T>()
RemoveExtensions<T>()
RemoveExtensions<T>(T)
SetExtension<T>(T)
UseExtension<T>()
static AreEqualByContent(TextureSampler, TextureSampler)

See Also