VoiceOverSystemAsset
Inherits from Asset
Summary
Constructors
| VoiceOverSystemAsset() |
| VoiceOverSystemAsset(guid: Guid) |
| VoiceOverSystemAsset(other: Asset) |
| VoiceOverSystemAsset(other: DataContainer) |
Properties
Static members
| Name | Type |
|---|---|
| VoiceOverSystemAsset.typeInfo | TypeInformation |
Constructors
VoiceOverSystemAsset
VoiceOverSystemAsset()
Creates a new VoiceOverSystemAsset frostbite instance.
VoiceOverSystemAsset
VoiceOverSystemAsset(guid: Guid)
Creates a new VoiceOverSystemAsset frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
VoiceOverSystemAsset
VoiceOverSystemAsset(other: Asset)
Casts an instance of type Asset to VoiceOverSystemAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to VoiceOverSystemAsset. |
VoiceOverSystemAsset
VoiceOverSystemAsset(other: DataContainer)
Casts an instance of type DataContainer to VoiceOverSystemAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to VoiceOverSystemAsset. |
Properties
intervals
labels
types
objects
constants
masterLanguage
AudioLanguage | nil
defaultPronunciation
VoiceOverPronunciation | nil
pronunciations
queueGroups
defaultPositionedQueueGroup
defaultUnpositionedQueueGroup
Static members
typeInfo
The type information for the VoiceOverSystemAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)