Class TextureTransform
Contents
[
Hide
]TextureTransform class
glTF extension that enables shifting and scaling UV coordinates on a per-texture basis
public sealed class TextureTransform : ExtraProperties
Properties
| Name | Description |
|---|---|
| Extensions { get; } | Gets a collection of JsonSerializable instances. |
| Extras { get; set; } | Gets or sets the extras content of this instance. |
| Matrix { get; } | |
| Offset { get; set; } | |
| Rotation { get; set; } | |
| Scale { get; set; } | |
| TextureCoordinateOverride { get; set; } | Gets or sets a value that overrides TextureCoordinate if supplied, and if this extension is supported. |
Methods
| Name | Description |
|---|---|
| GetExtension<T>() | |
| RemoveExtensions<T>() | |
| RemoveExtensions<T>(T) | |
| SetExtension<T>(T) | |
| UseExtension<T>() |
See Also
- class ExtraProperties
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD