UpdateAlphaLevelScaleData

Inherits from ProcessorData

Summary

Constructors

UpdateAlphaLevelScaleData()
UpdateAlphaLevelScaleData(guid: Guid)
UpdateAlphaLevelScaleData(other: ProcessorData)
UpdateAlphaLevelScaleData(other: EmitterComponentData)
UpdateAlphaLevelScaleData(other: DataContainer)

Properties

Name Type
exponent float

Static members

Name Type
UpdateAlphaLevelScaleData.typeInfo TypeInformation

Constructors

UpdateAlphaLevelScaleData

UpdateAlphaLevelScaleData()

Creates a new UpdateAlphaLevelScaleData frostbite instance.

UpdateAlphaLevelScaleData

UpdateAlphaLevelScaleData(guid: Guid)

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

Parameters

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

UpdateAlphaLevelScaleData

UpdateAlphaLevelScaleData(other: ProcessorData)

Casts an instance of type ProcessorData to UpdateAlphaLevelScaleData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProcessorData The instance to cast to UpdateAlphaLevelScaleData.

UpdateAlphaLevelScaleData

UpdateAlphaLevelScaleData(other: EmitterComponentData)

Casts an instance of type EmitterComponentData to UpdateAlphaLevelScaleData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EmitterComponentData The instance to cast to UpdateAlphaLevelScaleData.

UpdateAlphaLevelScaleData

UpdateAlphaLevelScaleData(other: DataContainer)

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

Parameters

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

Properties

exponent

float

Static members

typeInfo

TypeInformation

The type information for the UpdateAlphaLevelScaleData type.

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