SequenceGeneratorNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
trigger AudioGraphNodePort
reset AudioGraphNodePort
min AudioGraphNodePort
max AudioGraphNodePort
step AudioGraphNodePort
value AudioGraphNodePort

Static members

Name Type
SequenceGeneratorNodeData.typeInfo TypeInformation

Constructors

SequenceGeneratorNodeData

SequenceGeneratorNodeData()

Creates a new SequenceGeneratorNodeData frostbite instance.

SequenceGeneratorNodeData

SequenceGeneratorNodeData(guid: Guid)

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

Parameters

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

SequenceGeneratorNodeData

SequenceGeneratorNodeData(other: AudioGraphNodeData)

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

Parameters

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

SequenceGeneratorNodeData

SequenceGeneratorNodeData(other: DataContainer)

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

Parameters

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

Properties

trigger

AudioGraphNodePort

reset

AudioGraphNodePort

min

AudioGraphNodePort

max

AudioGraphNodePort

step

AudioGraphNodePort

value

AudioGraphNodePort

Static members

typeInfo

TypeInformation

The type information for the SequenceGeneratorNodeData type.

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