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