Method GatherDetails
GatherDetails(Transform, Transform)
Gathers details required for slicing. It is called by the parent SlicerController and used to search for valid items to slice and gather details on those items.
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 SlicerController. |