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