ConeOutputNodeData
Inherits from OutputNodeData
Summary
Constructors
| ConeOutputNodeData() |
| ConeOutputNodeData(guid: Guid) |
| ConeOutputNodeData(other: OutputNodeData) |
| ConeOutputNodeData(other: AudioGraphNodeData) |
| ConeOutputNodeData(other: DataContainer) |
Properties
Static members
| Name | Type |
|---|---|
| ConeOutputNodeData.typeInfo | TypeInformation |
Constructors
ConeOutputNodeData
ConeOutputNodeData()
Creates a new ConeOutputNodeData frostbite instance.
ConeOutputNodeData
ConeOutputNodeData(guid: Guid)
Creates a new ConeOutputNodeData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
ConeOutputNodeData
ConeOutputNodeData(other: OutputNodeData)
Casts an instance of type OutputNodeData to ConeOutputNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | OutputNodeData | The instance to cast to ConeOutputNodeData. |
ConeOutputNodeData
ConeOutputNodeData(other: AudioGraphNodeData)
Casts an instance of type AudioGraphNodeData to ConeOutputNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | AudioGraphNodeData | The instance to cast to ConeOutputNodeData. |
ConeOutputNodeData
ConeOutputNodeData(other: DataContainer)
Casts an instance of type DataContainer to ConeOutputNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to ConeOutputNodeData. |
Properties
direction
positionY
positionX
positionZ
outerAngle
innerAngle
outsideGain
float
panSize
float
centerLevel
lfeLevel
hfDampingAngle
float
reverbGain
float
reverbSend
SoundBusData | nil
panPlugin
reverbSendPlugin
Static members
typeInfo
The type information for the ConeOutputNodeData type.