PadInputActionData
Inherits from AxesInputActionData
Summary
Constructors
PadInputActionData() |
PadInputActionData(guid: Guid) |
PadInputActionData(other: AxesInputActionData) |
PadInputActionData(other: InputActionData) |
PadInputActionData(other: DataContainer) |
Properties
Name | Type |
---|---|
button | InputDevicePadButtons |
pov | InputDevicePOVs |
pS3AlternativeButton | InputDevicePadButtons |
useSquareInput | bool |
Static members
Name | Type |
---|---|
PadInputActionData.typeInfo | TypeInformation |
Constructors
PadInputActionData
PadInputActionData()
Creates a new PadInputActionData frostbite instance.
PadInputActionData
PadInputActionData(guid: Guid)
Creates a new PadInputActionData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PadInputActionData
PadInputActionData(other: AxesInputActionData)
Casts an instance of type AxesInputActionData to PadInputActionData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AxesInputActionData | The instance to cast to PadInputActionData. |
PadInputActionData
PadInputActionData(other: InputActionData)
Casts an instance of type InputActionData to PadInputActionData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | InputActionData | The instance to cast to PadInputActionData. |
PadInputActionData
PadInputActionData(other: DataContainer)
Casts an instance of type DataContainer to PadInputActionData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PadInputActionData. |
Properties
button
pov
pS3AlternativeButton
useSquareInput
bool
Static members
typeInfo
The type information for the PadInputActionData type.