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