docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method WithPosition

    WithPosition(float3)

    Gets an identical transform with a new position value.

    Declaration
    public LocalTransform WithPosition(float3 position)
    Parameters
    Type Name Description
    float3 position

    The position.

    Returns
    Type Description
    LocalTransform

    The transform.

    WithPosition(float, float, float)

    Creates a transform that is identical but with a new position value.

    Declaration
    public LocalTransform WithPosition(float x, float y, float z)
    Parameters
    Type Name Description
    float x

    The x coordinate of the new position.

    float y

    The y coordinate of the new position.

    float z

    The z coordinate of the new position.

    Returns
    Type Description
    LocalTransform

    The new transform.

    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)