SoundSettings
Inherits from SystemSettings
Summary
Constructors
SoundSettings() |
SoundSettings(guid: Guid) |
SoundSettings(other: SystemSettings) |
SoundSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
voEnglish | string |
audioSystemUri | string |
voCommon | string |
voItalian | string |
voSpanish | string |
voFrench | string |
voGerman | string |
enable | bool |
Static members
Name | Type |
---|---|
SoundSettings.typeInfo | TypeInformation |
Constructors
SoundSettings
SoundSettings()
Creates a new SoundSettings frostbite instance.
SoundSettings
SoundSettings(guid: Guid)
Creates a new SoundSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SoundSettings
SoundSettings(other: SystemSettings)
Casts an instance of type SystemSettings to SoundSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SystemSettings | The instance to cast to SoundSettings. |
SoundSettings
SoundSettings(other: DataContainer)
Casts an instance of type DataContainer to SoundSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SoundSettings. |
Properties
voEnglish
string
audioSystemUri
string
voCommon
string
voItalian
string
voSpanish
string
voFrench
string
voGerman
string
enable
bool
Static members
typeInfo
The type information for the SoundSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)