AxesInputActionData
Inherits from InputActionData
Summary
Constructors
AxesInputActionData() |
AxesInputActionData(guid: Guid) |
AxesInputActionData(other: InputActionData) |
AxesInputActionData(other: DataContainer) |
Properties
Name | Type |
---|---|
axis | InputDeviceAxes |
normalizeInput | bool |
Static members
Name | Type |
---|---|
AxesInputActionData.typeInfo | TypeInformation |
Constructors
AxesInputActionData
AxesInputActionData()
Creates a new AxesInputActionData frostbite instance.
AxesInputActionData
AxesInputActionData(guid: Guid)
Creates a new AxesInputActionData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AxesInputActionData
AxesInputActionData(other: InputActionData)
Casts an instance of type InputActionData to AxesInputActionData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | InputActionData | The instance to cast to AxesInputActionData. |
AxesInputActionData
AxesInputActionData(other: DataContainer)
Casts an instance of type DataContainer to AxesInputActionData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AxesInputActionData. |
Properties
axis
normalizeInput
bool
Static members
typeInfo
The type information for the AxesInputActionData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)