SimpleTransformNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
x AudioGraphNodePort
y AudioGraphNodePort
z AudioGraphNodePort
operation SimpleTransformOperation
angleUnit AngleUnit

Static members

Name Type
SimpleTransformNodeData.typeInfo TypeInformation

Constructors

SimpleTransformNodeData

SimpleTransformNodeData()

Creates a new SimpleTransformNodeData frostbite instance.

SimpleTransformNodeData

SimpleTransformNodeData(guid: Guid)

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

Parameters

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

SimpleTransformNodeData

SimpleTransformNodeData(other: AudioGraphNodeData)

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

Parameters

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

SimpleTransformNodeData

SimpleTransformNodeData(other: DataContainer)

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

Parameters

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

Properties

x

AudioGraphNodePort

y

AudioGraphNodePort

z

AudioGraphNodePort

operation

SimpleTransformOperation

angleUnit

AngleUnit

Static members

typeInfo

TypeInformation

The type information for the SimpleTransformNodeData type.

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