Class SlicerControllerSliceModifier
Modifies the size property of the SlicerController
, as if it is being sliced.
Inherited Members
Namespace: Slicer
Assembly: 27Slicer.dll
Syntax
[ExecuteAlways]
[DisallowMultipleComponent]
[AddComponentMenu("Slicer/Slicer Controller Slice Modifier")]
[RequireComponent(typeof(SlicerController))]
[HelpURL("https://slicer.deftly.games/manual/components/slicer_controller_slice_modifier.html")]
public class SlicerControllerSliceModifier : SliceModifier
Examples
Properties
Name | Description |
---|---|
Original | The original offset of the Slicer |
Original | The original size of the Slicer |
Sliced | The sliced offset of the Slicer |
Sliced | The sliced size of the Slicer |
Methods
Name | Description |
---|---|
Disable | Disables this Slice Modifier. |
Enable | Enables this Slice Modifier. |
Finalize | Finalizes slicing for this Slice Modifier. |
Gather | Gathers details required for applying this modification. |
Modify(Vector3, Transform, Bounds, Bounds) | Applies the modification to the tracked items. |
Set | Sets the size of the Slicer Controller before slicing. |