AudioSystemAsset
Inherits from Asset
Summary
Constructors
AudioSystemAsset() |
AudioSystemAsset(guid: Guid) |
AudioSystemAsset(other: Asset) |
AudioSystemAsset(other: DataContainer) |
Properties
Name | Type |
---|---|
masterPatch | SoundMasterPatchAsset | nil |
defaultWave | SoundWaveAsset | nil |
streamPools | StreamPoolAsset[] |
sampleRate | int |
soundSpeed | float |
dopplerFactor | float |
tests | SoundTestAsset | nil |
mixerSystem | MixerSystemAsset | nil |
languages | AudioLanguage[] |
languageSettings | AudioLanguageSetting[] |
defaultLanguage | AudioLanguage | nil |
scopes | SoundScopeData[] |
scopeStrategies | SoundScopeStrategyData[] |
scopeSetups | SoundScopeSetupData[] |
Static members
Name | Type |
---|---|
AudioSystemAsset.typeInfo | TypeInformation |
Constructors
AudioSystemAsset
AudioSystemAsset()
Creates a new AudioSystemAsset frostbite instance.
AudioSystemAsset
AudioSystemAsset(guid: Guid)
Creates a new AudioSystemAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AudioSystemAsset
AudioSystemAsset(other: Asset)
Casts an instance of type Asset to AudioSystemAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to AudioSystemAsset. |
AudioSystemAsset
AudioSystemAsset(other: DataContainer)
Casts an instance of type DataContainer to AudioSystemAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AudioSystemAsset. |
Properties
masterPatch
SoundMasterPatchAsset | nil
defaultWave
SoundWaveAsset | nil
streamPools
sampleRate
int
soundSpeed
float
dopplerFactor
float
tests
SoundTestAsset | nil
mixerSystem
MixerSystemAsset | nil
languages
languageSettings
defaultLanguage
AudioLanguage | nil
scopes
scopeStrategies
scopeSetups
Static members
typeInfo
The type information for the AudioSystemAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)