ConstructorOptions

Properties

Link copied to clipboard
abstract val enabled: Boolean?

Determines whether the clipping polygons are active. Default value - true

Link copied to clipboard
abstract val inverse: Boolean?

If true, a region will be clipped if it is outside of every polygon in the collection. Otherwise, a region will only be clipped if it is on the inside of any polygon. Default value - false

Link copied to clipboard

An array of ClippingPolygon objects used to selectively disable rendering on the inside of each polygon. Default value - []

Link copied to clipboard
abstract val quality: Double?

A scalar that controls the resolution of the signed distance texture used for clipping. Values greater than 1.0 increase quality, values less than 1.0 decrease it. Must be greater than 0.0. Default value - 1.0