docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method Multiply

    Multiply(Vector3, Vector3)

    Returns a new vector3 that multiplies each component of both input vectors together.

    Declaration
    public static Vector3 Multiply(this Vector3 value, Vector3 scale)
    Parameters
    Type Name Description
    Vector3 value

    Input value to scale.

    Vector3 scale

    Vector3 used to scale components of input value.

    Returns
    Type Description
    Vector3

    Scaled input value.

    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)