Class SliceModifier
The base class for Slice Modifiers.
Inheritance
SliceModifier
Namespace: Slicer
Assembly: 27Slicer.dll
Syntax
public abstract class SliceModifier : MonoBehaviourExamples
Fields
| Name | Description |
|---|---|
| DoNotUpdateInPlayMode | When set to true the properties for this modifier will no longer be updated when Unity is playing and its parent |
| ModifierEnabled | Is this modifier currently enabled. |
Methods
| Name | Description |
|---|---|
| DisableModifier() | Disables this Slice Modifier. |
| EnableModifier() | Enables this Slice Modifier. |
| FinalizeSlicing() | Finalizes slicing for this Slice Modifier. |
| GatherDetails() | Gathers details required for applying this modification. |
| GetParentSlicerController() | Gets the SlicerController that is manging this modifier. |
| Modify(Vector3, Transform, Bounds, Bounds) | Applies the modification to the tracked items. |
| ShouldUpdate() | Returns true when this SliceModifier is able to update its modification. |