PlayerGetAxis2D(String, String) Method |
Gets the axis value of two Actions.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vector2 GetAxis2D(
string xAxisActionName,
string yAxisActionName
)
Parameters
- xAxisActionName String
- Name of the X axis Action
- yAxisActionName String
- Name of the Y axis Action
Return Value
Vector2The 2D axis value.
See Also