MatrixPannerNodeData
Inherits from AudioGraphNodeData
Summary
Constructors
MatrixPannerNodeData() |
MatrixPannerNodeData(guid: Guid) |
MatrixPannerNodeData(other: AudioGraphNodeData) |
MatrixPannerNodeData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
MatrixPannerNodeData.typeInfo | TypeInformation |
Constructors
MatrixPannerNodeData
MatrixPannerNodeData()
Creates a new MatrixPannerNodeData frostbite instance.
MatrixPannerNodeData
MatrixPannerNodeData(guid: Guid)
Creates a new MatrixPannerNodeData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MatrixPannerNodeData
MatrixPannerNodeData(other: AudioGraphNodeData)
Casts an instance of type AudioGraphNodeData to MatrixPannerNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AudioGraphNodeData | The instance to cast to MatrixPannerNodeData. |
MatrixPannerNodeData
MatrixPannerNodeData(other: DataContainer)
Casts an instance of type DataContainer to MatrixPannerNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MatrixPannerNodeData. |
Properties
inValue
frontLeft
center
frontRight
rearLeft
lfe
rearRight
farRearLeft
farRearRight
out
Static members
typeInfo
The type information for the MatrixPannerNodeData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)