SoundPatchConfigurationParameterEntry
Inherits from SoundPatchConfigurationEntry
Summary
Constructors
Properties
Name | Type |
---|---|
nameHash | int |
value | float |
Static members
Name | Type |
---|---|
SoundPatchConfigurationParameterEntry.typeInfo | TypeInformation |
Constructors
SoundPatchConfigurationParameterEntry
SoundPatchConfigurationParameterEntry()
Creates a new SoundPatchConfigurationParameterEntry frostbite instance.
SoundPatchConfigurationParameterEntry
SoundPatchConfigurationParameterEntry(guid: Guid)
Creates a new SoundPatchConfigurationParameterEntry frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SoundPatchConfigurationParameterEntry
SoundPatchConfigurationParameterEntry(other: SoundPatchConfigurationEntry)
Casts an instance of type SoundPatchConfigurationEntry to SoundPatchConfigurationParameterEntry. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SoundPatchConfigurationEntry | The instance to cast to SoundPatchConfigurationParameterEntry. |
SoundPatchConfigurationParameterEntry
SoundPatchConfigurationParameterEntry(other: DataContainer)
Casts an instance of type DataContainer to SoundPatchConfigurationParameterEntry. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SoundPatchConfigurationParameterEntry. |
Properties
nameHash
int
value
float
Static members
typeInfo
The type information for the SoundPatchConfigurationParameterEntry type.