docs.unity.cn
    Show / Hide Table of Contents

    Method Translate

    Translate(float3)

    Translates this transform by the specified vector.

    Declaration
    public LocalTransform Translate(float3 translation)
    Parameters
    Type Name Description
    float3 translation

    The translation vector.

    Returns
    Type Description
    LocalTransform

    A new, translated Transform.

    Remarks

    Note that this doesn't modify the original transform. Rather it returns a new one.

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