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