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