ConeOutputNodeData

Inherits from OutputNodeData

Summary

Constructors

ConeOutputNodeData()
ConeOutputNodeData(guid: Guid)
ConeOutputNodeData(other: OutputNodeData)
ConeOutputNodeData(other: AudioGraphNodeData)
ConeOutputNodeData(other: DataContainer)

Properties

Name Type
direction Vec3
positionY AudioGraphNodePort
positionX AudioGraphNodePort
positionZ AudioGraphNodePort
outerAngle AudioGraphNodePort
innerAngle AudioGraphNodePort
outsideGain float
panSize float
centerLevel AudioGraphNodePort
lfeLevel AudioGraphNodePort
hfDampingAngle float
reverbGain float
reverbSend SoundBusData | nil
panPlugin SoundGraphPluginRef
reverbSendPlugin SoundGraphPluginRef

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

Vec3

positionY

AudioGraphNodePort

positionX

AudioGraphNodePort

positionZ

AudioGraphNodePort

outerAngle

AudioGraphNodePort

innerAngle

AudioGraphNodePort

outsideGain

float

panSize

float

centerLevel

AudioGraphNodePort

lfeLevel

AudioGraphNodePort

hfDampingAngle

float

reverbGain

float

reverbSend

SoundBusData | nil

panPlugin

SoundGraphPluginRef

reverbSendPlugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the ConeOutputNodeData type.

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