VoiceOverCharacterAsset

Inherits from Asset

Summary

Constructors

VoiceOverCharacterAsset()
VoiceOverCharacterAsset(guid: Guid)
VoiceOverCharacterAsset(other: Asset)
VoiceOverCharacterAsset(other: DataContainer)

Static members

Name Type
VoiceOverCharacterAsset.typeInfo TypeInformation

Constructors

VoiceOverCharacterAsset

VoiceOverCharacterAsset()

Creates a new VoiceOverCharacterAsset frostbite instance.

VoiceOverCharacterAsset

VoiceOverCharacterAsset(guid: Guid)

Creates a new VoiceOverCharacterAsset frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

VoiceOverCharacterAsset

VoiceOverCharacterAsset(other: Asset)

Casts an instance of type Asset to VoiceOverCharacterAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to VoiceOverCharacterAsset.

VoiceOverCharacterAsset

VoiceOverCharacterAsset(other: DataContainer)

Casts an instance of type DataContainer to VoiceOverCharacterAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to VoiceOverCharacterAsset.

Static members

typeInfo

TypeInformation

The type information for the VoiceOverCharacterAsset type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)