27 Slicer 27 Slicer
Search Results for

    Show / Hide Table of Contents

    Class SliceModifier

    The base class for Slice Modifiers.

    Inheritance
    Object
    Object
    Component
    Behaviour
    MonoBehaviour
    SliceModifier
    PositionSliceModifier
    ScaleSliceModifier
    SlicerControllerSliceModifier
    Namespace: Slicer
    Assembly: 27Slicer.dll
    Syntax
    public abstract class SliceModifier : MonoBehaviour
    Examples



    REFERENCE MANUAL

    Fields

    NameDescription
    DoNotUpdateInPlayMode

    When set to true the properties for this modifier will no longer be updated when Unity is playing and its parent SlicerController is in edit mode.

    ModifierEnabled

    Is this modifier currently enabled.

    Methods

    NameDescription
    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.

      ☀
      ☾
      In This Article
      • Fields
      • Methods
      Back to top
      27 Slicer documentation | Copyright 2021 Deftly Games
      ☀
      ☾