MotionControllerInputActionData

Inherits from AxesInputActionData

Summary

Constructors

MotionControllerInputActionData()
MotionControllerInputActionData(guid: Guid)
MotionControllerInputActionData(other: AxesInputActionData)
MotionControllerInputActionData(other: InputActionData)
MotionControllerInputActionData(other: DataContainer)

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

InputDeviceMotionControllerButtons

Static members

typeInfo

TypeInformation

The type information for the MotionControllerInputActionData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)