Search Results for

    Show / Hide Table of Contents

    Method Divide

    Divide(Vector3, Single)

    Scales a vector by the given value.

    Declaration
    public static Vector3 Divide(Vector3 value, float scale)
    Parameters
    Type Name Description
    Vector3 value

    The vector to scale.

    System.Single scale

    The amount by which to scale the vector.

    Returns
    Type Description
    Vector3

    The scaled vector.

    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX