VoiceOverLogicAsset
Inherits from Asset
Summary
Constructors
VoiceOverLogicAsset() |
VoiceOverLogicAsset(guid: Guid) |
VoiceOverLogicAsset(other: Asset) |
VoiceOverLogicAsset(other: DataContainer) |
Properties
Name | Type |
---|---|
events | VoiceOverEvent[] |
groups | VoiceOverGroup[] |
flows | VoiceOverLogicFlow[] |
system | VoiceOverSystemAsset | nil |
Static members
Name | Type |
---|---|
VoiceOverLogicAsset.typeInfo | TypeInformation |
Constructors
VoiceOverLogicAsset
VoiceOverLogicAsset()
Creates a new VoiceOverLogicAsset frostbite instance.
VoiceOverLogicAsset
VoiceOverLogicAsset(guid: Guid)
Creates a new VoiceOverLogicAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VoiceOverLogicAsset
VoiceOverLogicAsset(other: Asset)
Casts an instance of type Asset to VoiceOverLogicAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to VoiceOverLogicAsset. |
VoiceOverLogicAsset
VoiceOverLogicAsset(other: DataContainer)
Casts an instance of type DataContainer to VoiceOverLogicAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VoiceOverLogicAsset. |
Properties
events
groups
flows
system
VoiceOverSystemAsset | nil
Static members
typeInfo
The type information for the VoiceOverLogicAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)