This version of Unity is unsupported.

ClippingOptions

enumeration

Description

Options to select clipping strategy.

Properties

ClipContentsWill enable clipping. This VisualElement and its children's content will be limited to this element's bounds.
NoClippingWill disable clipping and let children VisualElements paint outside its bounds.
ClipAndCacheContentsEnables clipping and renders contents to a cache texture.