Class ScaleVector3Processor
Scale the components of a Vector3 by constant factors.
Inherited Members
Namespace: UnityEngine.InputSystem.Processors
Syntax
[Preserve]
public class ScaleVector3Processor : InputProcessor<Vector3>
Fields
x
Declaration
public float x
Field Value
Type | Description |
---|---|
Single |
y
Declaration
public float y
Field Value
Type | Description |
---|---|
Single |
z
Declaration
public float z
Field Value
Type | Description |
---|---|
Single |
Methods
Process(Vector3, InputControl)
Declaration
public override Vector3 Process(Vector3 value, InputControl control)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | value | |
InputControl | control |
Returns
Type | Description |
---|---|
Vector3 |
Overrides
UnityEngine.InputSystem.InputProcessor<UnityEngine.Vector3>.Process(UnityEngine.Vector3, UnityEngine.InputSystem.InputControl)