docs.unity.cn
    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(Single, Single, Single)

    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
    Single x

    The x coordinate of the new position.

    Single y

    The y coordinate of the new position.

    Single z

    The z coordinate of the new position.

    Returns
    Type Description
    LocalTransform

    The new transform.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023