VoiceOverObject

Inherits from VoiceOverNamedValue

Summary

Constructors

VoiceOverObject()
VoiceOverObject(guid: Guid)
VoiceOverObject(other: VoiceOverNamedValue)
VoiceOverObject(other: VoiceOverValue)
VoiceOverObject(other: DataContainer)

Properties

Name Type
properties VoiceOverNamedValue[]

Static members

Name Type
VoiceOverObject.typeInfo TypeInformation

Constructors

VoiceOverObject

VoiceOverObject()

Creates a new VoiceOverObject frostbite instance.

VoiceOverObject

VoiceOverObject(guid: Guid)

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

Parameters

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

VoiceOverObject

VoiceOverObject(other: VoiceOverNamedValue)

Casts an instance of type VoiceOverNamedValue to VoiceOverObject. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VoiceOverNamedValue The instance to cast to VoiceOverObject.

VoiceOverObject

VoiceOverObject(other: VoiceOverValue)

Casts an instance of type VoiceOverValue to VoiceOverObject. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VoiceOverValue The instance to cast to VoiceOverObject.

VoiceOverObject

VoiceOverObject(other: DataContainer)

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

Parameters

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

Properties

properties

VoiceOverNamedValue[]

Static members

typeInfo

TypeInformation

The type information for the VoiceOverObject type.

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