docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct TextureUVTransform

    Describes a texture UV transform.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)