OrientationNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

OrientationNodeData()
OrientationNodeData(guid: Guid)
OrientationNodeData(other: AudioGraphNodeData)
OrientationNodeData(other: DataContainer)

Properties

Name Type
listenerRelativeYaw AudioGraphNodePort
listenerRelativePitch AudioGraphNodePort
listenerRelativeRoll AudioGraphNodePort

Static members

Name Type
OrientationNodeData.typeInfo TypeInformation

Constructors

OrientationNodeData

OrientationNodeData()

Creates a new OrientationNodeData frostbite instance.

OrientationNodeData

OrientationNodeData(guid: Guid)

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

Parameters

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

OrientationNodeData

OrientationNodeData(other: AudioGraphNodeData)

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

Parameters

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

OrientationNodeData

OrientationNodeData(other: DataContainer)

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

Parameters

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

Properties

listenerRelativeYaw

AudioGraphNodePort

listenerRelativePitch

AudioGraphNodePort

listenerRelativeRoll

AudioGraphNodePort

Static members

typeInfo

TypeInformation

The type information for the OrientationNodeData type.

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