VoiceOverConstantVectorValue
Inherits from VoiceOverConstantValue
Summary
Constructors
VoiceOverConstantVectorValue() |
VoiceOverConstantVectorValue(guid: Guid) |
VoiceOverConstantVectorValue(other: VoiceOverConstantValue) |
VoiceOverConstantVectorValue(other: DataContainer) |
Properties
Name | Type |
---|---|
value | Vec4 |
Static members
Name | Type |
---|---|
VoiceOverConstantVectorValue.typeInfo | TypeInformation |
Constructors
VoiceOverConstantVectorValue
VoiceOverConstantVectorValue()
Creates a new VoiceOverConstantVectorValue frostbite instance.
VoiceOverConstantVectorValue
VoiceOverConstantVectorValue(guid: Guid)
Creates a new VoiceOverConstantVectorValue frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VoiceOverConstantVectorValue
VoiceOverConstantVectorValue(other: VoiceOverConstantValue)
Casts an instance of type VoiceOverConstantValue to VoiceOverConstantVectorValue. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | VoiceOverConstantValue | The instance to cast to VoiceOverConstantVectorValue. |
VoiceOverConstantVectorValue
VoiceOverConstantVectorValue(other: DataContainer)
Casts an instance of type DataContainer to VoiceOverConstantVectorValue. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VoiceOverConstantVectorValue. |
Properties
value
Static members
typeInfo
The type information for the VoiceOverConstantVectorValue type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)