clipLayerTypes

abstract fun clipLayerTypes(clipLayerTypes: List<String> = listOf()): ClipLayer

Layer types that will also be removed if fallen below this clip layer. Default value: [].

Parameters

clipLayerTypes

value of clipLayerTypes


abstract fun clipLayerTypes(clipLayerTypes: Expression): ClipLayer

Layer types that will also be removed if fallen below this clip layer. Default value: [].

Parameters

clipLayerTypes

value of clipLayerTypes as Expression