Class SliceModifier
The base class for Slice Modifiers.
Inheritance
SliceModifier
Namespace: Slicer
Assembly: 27Slicer.dll
Syntax
public abstract class SliceModifier : MonoBehaviour
Examples
Fields
Name | Description |
---|---|
Do | When set to true the properties for this modifier will no longer be updated when Unity is playing and its parent |
Modifier | Is this modifier currently enabled. |
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. |
Get | Gets the Slicer |
Modify(Vector3, Transform, Bounds, Bounds) | Applies the modification to the tracked items. |
Should | Returns true when this SliceModifier is able to update its modification. |