Click or drag to resize

PlayerGetAxis2DPrev Method (String, String)

Gets the axis value of two Actions during the previous frame.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Vector2 GetAxis2DPrev(
	string xAxisActionName,
	string yAxisActionName
)

Parameters

xAxisActionName
Type: SystemString
Name of the X axis Action
yAxisActionName
Type: SystemString
Name of the Y axis Action

Return Value

Type: Vector2
The 2D axis value.
See Also