SubCategoryPlanarClipMaskArgs Interface
Arguments supplied to PlanarClipMaskSettings.create to create a mask of PlanarClipMaskMode.IncludeSubCategories.
Extends
Properties
Name | Type | Description | |
---|---|---|---|
modelIds | undefined | Iterable<string> | See PlanarClipMaskSettings.modelIds. | |
subCategoryIds | Iterable<string> | The subcategories used by the mask. |
Inherited properties
Name | Type | Inherited from | Description |
---|---|---|---|
invert | undefined | boolean | BasicPlanarClipMaskArgs | See PlanarClipMaskSettings.invert. |
transparency | undefined | number | BasicPlanarClipMaskArgs | See PlanarClipMaskSettings.transparency. |
Defined in
- core/common/src/PlanarClipMask.ts Line 114
Last Updated: 20 June, 2023