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