Method GatherDetails
GatherDetails(Transform, Transform)
Gathers details required for slicing.
It is called by the parent Slicer
Declaration
public override void GatherDetails(Transform childTransform, Transform rootTransform)
Parameters
Type | Name | Description |
---|---|---|
Transform | childTransform | The transform of the GameObject that will be searched for suitable item/s to slice. |
Transform | rootTransform | The transform of the GameObject containing the Slicer |