ReceiveEntry
Inherits from AudioGraphNodePortGroup
Summary
Constructors
ReceiveEntry() |
ReceiveEntry(guid: Guid) |
ReceiveEntry(other: AudioGraphNodePortGroup) |
ReceiveEntry(other: DataContainer) |
Properties
Name | Type |
---|---|
out | AudioGraphNodePort |
source | AudioGraphParameter | nil |
parameter | float |
savedValue | float |
Static members
Name | Type |
---|---|
ReceiveEntry.typeInfo | TypeInformation |
Constructors
ReceiveEntry
ReceiveEntry()
Creates a new ReceiveEntry frostbite instance.
ReceiveEntry
ReceiveEntry(guid: Guid)
Creates a new ReceiveEntry frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
ReceiveEntry
ReceiveEntry(other: AudioGraphNodePortGroup)
Casts an instance of type AudioGraphNodePortGroup to ReceiveEntry. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AudioGraphNodePortGroup | The instance to cast to ReceiveEntry. |
ReceiveEntry
ReceiveEntry(other: DataContainer)
Casts an instance of type DataContainer to ReceiveEntry. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to ReceiveEntry. |
Properties
out
source
AudioGraphParameter | nil
parameter
float
savedValue
float
Static members
typeInfo
The type information for the ReceiveEntry type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)