UpdateAlphaLevelMaxData

Inherits from ProcessorData

Summary

Constructors

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

Properties

Name Type
maxLevel float

Static members

Name Type
UpdateAlphaLevelMaxData.typeInfo TypeInformation

Constructors

UpdateAlphaLevelMaxData

UpdateAlphaLevelMaxData()

Creates a new UpdateAlphaLevelMaxData frostbite instance.

UpdateAlphaLevelMaxData

UpdateAlphaLevelMaxData(guid: Guid)

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

Parameters

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

UpdateAlphaLevelMaxData

UpdateAlphaLevelMaxData(other: ProcessorData)

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

Parameters

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

UpdateAlphaLevelMaxData

UpdateAlphaLevelMaxData(other: EmitterComponentData)

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

Parameters

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

UpdateAlphaLevelMaxData

UpdateAlphaLevelMaxData(other: DataContainer)

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

Parameters

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

Properties

maxLevel

float

Static members

typeInfo

TypeInformation

The type information for the UpdateAlphaLevelMaxData type.

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