clipUnits
Specifies the coordinate space used for defining clip shapes. The value can be one of the FillUnits
enum constants, such as:
BOUNDS
: The coordinate space is based on the local bounds of the object.WORLD
: The coordinate space is based on the world position.VIEW
: The coordinate space is based on the view or camera position.SCREEN
: The coordinate space is based on the screen space.
Determines how the clip shapes are positioned and sized relative to the object being clipped. The default value is BOUNDS
.