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