docs.unity.cn
    Show / Hide Table of Contents

    Method forward

    forward()

    Unity's forward axis (0, 0, 1).

    Declaration
    public static float3 forward()
    Returns
    Type Description
    float3

    The forward axis.

    Remarks

    Matches https://docs.unity.cn/ScriptReference/Vector3-forward.html

    forward(quaternion)

    Transforms the forward vector by a quaternion.

    Declaration
    public static float3 forward(quaternion q)
    Parameters
    Type Name Description
    quaternion q

    The quaternion transformation.

    Returns
    Type Description
    float3

    The forward vector transformed by the input quaternion.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 29, 2022
    Terms of use