contains

fun contains(clippingPlane: ClippingPlane? = definedExternally): Boolean(source)

Checks whether this collection contains a ClippingPlane equal to the given ClippingPlane.

Return

true if this collection contains the ClippingPlane, false otherwise.

Parameters

clippingPlane

The ClippingPlane to check for.

See also