Class TextureSampler
Contents
[
Hide
]TextureSampler class
Texture sampler properties for filtering and wrapping modes.
public sealed class TextureSampler : LogicalChildOfRoot
Properties
| Name | Description |
|---|---|
| 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 GlbImage. |
| LogicalParent { get; } | Gets the GlbImage 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
| Name | Description |
|---|---|
| GetContentHashCode() | |
| GetExtension<T>() | |
| RemoveExtensions<T>() | |
| RemoveExtensions<T>(T) | |
| SetExtension<T>(T) | |
| UseExtension<T>() | |
| static AreEqualByContent(TextureSampler, TextureSampler) |
See Also
- class LogicalChildOfRoot
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD