BusNodeData

Inherits from SoundBusData

Summary

Constructors

BusNodeData()
BusNodeData(guid: Guid)
BusNodeData(other: SoundBusData)
BusNodeData(other: AudioGraphNodeData)
BusNodeData(other: DataContainer)

Properties

Name Type
out AudioGraphNodePort
vuPlugin SoundGraphPluginRef

Static members

Name Type
BusNodeData.typeInfo TypeInformation

Constructors

BusNodeData

BusNodeData()

Creates a new BusNodeData frostbite instance.

BusNodeData

BusNodeData(guid: Guid)

Creates a new BusNodeData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

BusNodeData

BusNodeData(other: SoundBusData)

Casts an instance of type SoundBusData to BusNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SoundBusData The instance to cast to BusNodeData.

BusNodeData

BusNodeData(other: AudioGraphNodeData)

Casts an instance of type AudioGraphNodeData to BusNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodeData The instance to cast to BusNodeData.

BusNodeData

BusNodeData(other: DataContainer)

Casts an instance of type DataContainer to BusNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to BusNodeData.

Properties

out

AudioGraphNodePort

vuPlugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the BusNodeData type.

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