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