VoiceOverConstantFloatValue

Inherits from VoiceOverConstantValue

Summary

Constructors

VoiceOverConstantFloatValue()
VoiceOverConstantFloatValue(guid: Guid)
VoiceOverConstantFloatValue(other: VoiceOverConstantValue)
VoiceOverConstantFloatValue(other: DataContainer)

Properties

Name Type
value float

Static members

Name Type
VoiceOverConstantFloatValue.typeInfo TypeInformation

Constructors

VoiceOverConstantFloatValue

VoiceOverConstantFloatValue()

Creates a new VoiceOverConstantFloatValue frostbite instance.

VoiceOverConstantFloatValue

VoiceOverConstantFloatValue(guid: Guid)

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

Parameters

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

VoiceOverConstantFloatValue

VoiceOverConstantFloatValue(other: VoiceOverConstantValue)

Casts an instance of type VoiceOverConstantValue to VoiceOverConstantFloatValue. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VoiceOverConstantValue The instance to cast to VoiceOverConstantFloatValue.

VoiceOverConstantFloatValue

VoiceOverConstantFloatValue(other: DataContainer)

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

Parameters

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

Properties

value

float

Static members

typeInfo

TypeInformation

The type information for the VoiceOverConstantFloatValue type.

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