SoundStateSettingsAsset
Inherits from Asset
Summary
Constructors
| SoundStateSettingsAsset() |
| SoundStateSettingsAsset(guid: Guid) |
| SoundStateSettingsAsset(other: Asset) |
| SoundStateSettingsAsset(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| soundStates | SoundState[] |
| impairedHearingImpulseThreshold | float |
| screamThreshold | float |
| supressionThreshold | float |
Static members
| Name | Type |
|---|---|
| SoundStateSettingsAsset.typeInfo | TypeInformation |
Constructors
SoundStateSettingsAsset
SoundStateSettingsAsset()
Creates a new SoundStateSettingsAsset frostbite instance.
SoundStateSettingsAsset
SoundStateSettingsAsset(guid: Guid)
Creates a new SoundStateSettingsAsset frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
SoundStateSettingsAsset
SoundStateSettingsAsset(other: Asset)
Casts an instance of type Asset to SoundStateSettingsAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to SoundStateSettingsAsset. |
SoundStateSettingsAsset
SoundStateSettingsAsset(other: DataContainer)
Casts an instance of type DataContainer to SoundStateSettingsAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to SoundStateSettingsAsset. |
Properties
soundStates
impairedHearingImpulseThreshold
float
screamThreshold
float
supressionThreshold
float
Static members
typeInfo
The type information for the SoundStateSettingsAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)