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