Slicer Controller
A Slicer Ignore
component added to a game object will stop a Slicer Controller from further processing that branch of Game Object descendants.
Properties
A Slicer Ignore
does not have any properties.
Details
If a Slicer Controller has a Slicer Ignore
as a Descendant, it will do the following:
- It will not execute any
Slice Modifiers
that is on the same Game Object as theSlicer Ignore
. - It will stop processing any further down that branch of descendants.
Note
It is not necessary to add a Slicer Ignore
to the same Game Object as a Slicer Controller
. This is because the Slicer Controller
blocks a parent Slicer Controller
from processing its descendants.