LogicalExpressionNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
inputs LogicalExpressionEntry[]
trigger AudioGraphNodePort
operator LogicalExpressionOperator

Static members

Name Type
LogicalExpressionNodeData.typeInfo TypeInformation

Constructors

LogicalExpressionNodeData

LogicalExpressionNodeData()

Creates a new LogicalExpressionNodeData frostbite instance.

LogicalExpressionNodeData

LogicalExpressionNodeData(guid: Guid)

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

Parameters

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

LogicalExpressionNodeData

LogicalExpressionNodeData(other: AudioGraphNodeData)

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

Parameters

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

LogicalExpressionNodeData

LogicalExpressionNodeData(other: DataContainer)

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

Parameters

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

Properties

inputs

LogicalExpressionEntry[]

trigger

AudioGraphNodePort

operator

LogicalExpressionOperator

Static members

typeInfo

TypeInformation

The type information for the LogicalExpressionNodeData type.

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