docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct TransformData

    A set of data representing the main component of a Unity 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 TransformData

    Fields

    rotation

    The transform rotation.

    Declaration
    public quaternion rotation
    Field Value
    Type Description
    quaternion

    scale

    The transform scale.

    Declaration
    public float3 scale
    Field Value
    Type Description
    float3

    translation

    The transform translation.

    Declaration
    public float3 translation
    Field Value
    Type Description
    float3
    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)