SamplerNodeData
Inherits from AudioGraphNodeData
Summary
Constructors
SamplerNodeData() |
SamplerNodeData(guid: Guid) |
SamplerNodeData(other: AudioGraphNodeData) |
SamplerNodeData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
SamplerNodeData.typeInfo | TypeInformation |
Constructors
SamplerNodeData
SamplerNodeData()
Creates a new SamplerNodeData frostbite instance.
SamplerNodeData
SamplerNodeData(guid: Guid)
Creates a new SamplerNodeData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SamplerNodeData
SamplerNodeData(other: AudioGraphNodeData)
Casts an instance of type AudioGraphNodeData to SamplerNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AudioGraphNodeData | The instance to cast to SamplerNodeData. |
SamplerNodeData
SamplerNodeData(other: DataContainer)
Casts an instance of type DataContainer to SamplerNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SamplerNodeData. |
Properties
externalWave
variation
offset
delay
pitch
amplitude
enableStep
buffer
trigger
release
step
output
finished
buffered
position
wave
SoundWaveAsset | nil
basePitch
float
loop
plugins
shuffleSegments
bool
Static members
typeInfo
The type information for the SamplerNodeData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)