Struct TextureUVTransform
Describes a texture UV transform.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct TextureUVTransform
Fields
rotation
Rotation transform applied to the uvs of the sampled texture.
Declaration
public float rotation
Field Value
| Type | Description |
|---|---|
| float |
scale
Scale transform applied to the uvs of the sampled texture.
Declaration
public Vector2 scale
Field Value
| Type | Description |
|---|---|
| Vector2 |
translation
translation transform applied to the uvs of the sampled texture.
Declaration
public Vector2 translation
Field Value
| Type | Description |
|---|---|
| Vector2 |