Class ScaleVector3Processor | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ScaleVector3Processor

    Scale the components of a by constant factors.

    Inheritance
    System.Object
    InputProcessor
    InputProcessor<Vector3>
    ScaleVector3Processor
    Inherited Members
    InputProcessor<Vector3>.valueType
    InputProcessor<Vector3>.ProcessAsObject(Object, InputControl)
    InputProcessor<Vector3>.Process(Void*, Int32, InputControl)
    Namespace: UnityEngine.InputSystem.Processors
    Syntax
    public class ScaleVector3Processor : InputProcessor<Vector3>

    Fields

    x

    Declaration
    public float x
    Field Value
    Type Description
    System.Single

    y

    Declaration
    public float y
    Field Value
    Type Description
    System.Single

    z

    Declaration
    public float z
    Field Value
    Type Description
    System.Single

    Methods

    Process(Vector3, InputControl<Vector3>)

    Declaration
    public override Vector3 Process(Vector3 value, InputControl<Vector3> control)
    Parameters
    Type Name Description
    Vector3 value
    InputControl<Vector3> control
    Returns
    Type Description
    Vector3
    Overrides
    UnityEngine.InputSystem.InputProcessor<Vector3>.Process(Vector3, UnityEngine.InputSystem.InputControl<Vector3>)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023