UpdateAlphaLevelMinData
Inherits from ProcessorData
Summary
Constructors
Properties
Name | Type |
---|---|
minLevel | float |
Static members
Name | Type |
---|---|
UpdateAlphaLevelMinData.typeInfo | TypeInformation |
Constructors
UpdateAlphaLevelMinData
UpdateAlphaLevelMinData()
Creates a new UpdateAlphaLevelMinData frostbite instance.
UpdateAlphaLevelMinData
UpdateAlphaLevelMinData(guid: Guid)
Creates a new UpdateAlphaLevelMinData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UpdateAlphaLevelMinData
UpdateAlphaLevelMinData(other: ProcessorData)
Casts an instance of type ProcessorData to UpdateAlphaLevelMinData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ProcessorData | The instance to cast to UpdateAlphaLevelMinData. |
UpdateAlphaLevelMinData
UpdateAlphaLevelMinData(other: EmitterComponentData)
Casts an instance of type EmitterComponentData to UpdateAlphaLevelMinData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EmitterComponentData | The instance to cast to UpdateAlphaLevelMinData. |
UpdateAlphaLevelMinData
UpdateAlphaLevelMinData(other: DataContainer)
Casts an instance of type DataContainer to UpdateAlphaLevelMinData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UpdateAlphaLevelMinData. |
Properties
minLevel
float
Static members
typeInfo
The type information for the UpdateAlphaLevelMinData type.