PlayerGetAxis2DPrev(Int32, Int32) Method |
Gets the axis value of two Actions during the previous frame.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic Vector2 GetAxis2DPrev(
int xAxisActionId,
int yAxisActionId
)
Parameters
- xAxisActionId Int32
- Id of the X axis Action
- yAxisActionId Int32
- Id of the Y axis Action
Return Value
Vector2The 2D axis value.
See Also