Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

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.

Did you find this page useful? Please give it a rating: