Method GetParentSlicerController
GetParentSlicerController()
Gets the SlicerController that is manging this modifier.
Declaration
public SlicerController GetParentSlicerController()
Returns
Type | Description |
---|---|
SlicerController | The parent slicer controller. |
Remarks
This iterates over it's ancestors Game Object. So storing the result may be more performant than repeatedly calling this function.