SoundWaveAsset
Inherits from SoundDataAsset
Summary
Constructors
SoundWaveAsset() |
SoundWaveAsset(guid: Guid) |
SoundWaveAsset(other: SoundDataAsset) |
SoundWaveAsset(other: Asset) |
SoundWaveAsset(other: DataContainer) |
Properties
Name | Type |
---|---|
variations | SoundWaveVariation[] |
localization | SoundWaveLocalizationInfo[] |
subtitleStringIds | string[] |
selection | SoundWaveVariationSelection |
streamPool | StreamPoolAsset | nil |
seekable | bool |
preferAvailableVariations | bool |
persistentVariationCount | int |
channelCount | int |
voicePriority | int |
primePriority | int |
requestPriority | int |
Static members
Name | Type |
---|---|
SoundWaveAsset.typeInfo | TypeInformation |
Constructors
SoundWaveAsset
SoundWaveAsset()
Creates a new SoundWaveAsset frostbite instance.
SoundWaveAsset
SoundWaveAsset(guid: Guid)
Creates a new SoundWaveAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SoundWaveAsset
SoundWaveAsset(other: SoundDataAsset)
Casts an instance of type SoundDataAsset to SoundWaveAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SoundDataAsset | The instance to cast to SoundWaveAsset. |
SoundWaveAsset
SoundWaveAsset(other: Asset)
Casts an instance of type Asset to SoundWaveAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to SoundWaveAsset. |
SoundWaveAsset
SoundWaveAsset(other: DataContainer)
Casts an instance of type DataContainer to SoundWaveAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SoundWaveAsset. |
Properties
variations
localization
subtitleStringIds
string[]
selection
streamPool
StreamPoolAsset | nil
seekable
bool
preferAvailableVariations
bool
persistentVariationCount
int
channelCount
int
voicePriority
int
primePriority
int
requestPriority
int
Static members
typeInfo
The type information for the SoundWaveAsset type.