TileDrawArgParams Interface
Parameters used to construct TileDrawArgs.
extensions
Properties
| Name | Type | Description | |
|---|---|---|---|
| appearanceProvider | undefined | FeatureAppearanceProvider | Optionally customizes the view's symbology overrides for the tiles. | |
| boundingRange | undefined | Range3d | If defined, a bounding range in tile tree coordinates outside of which tiles should not be selected. | |
| clipVolume | undefined | RenderClipVolume | Clip volume used to clip the tiles. | |
| context | SceneContext | Context for the scene into which the tiles are to be rendered. | |
| hiddenLineSettings | undefined | Settings | Optionally overrides the view's hidden line settings. | |
| intersectionClip | undefined | ClipVector | If defined, tiles should be culled if they do not intersect this clip. | |
| location | Transform | Transform to be applied when drawing the tiles. | |
| maximumScreenSpaceError | undefined | number | ||
| now | BeTimePoint | The time at which these args were created. | |
| parentsAndChildrenExclusive | boolean | True if a tile and its child tiles should not be drawn simultaneously. | |
| symbologyOverrides | undefined | FeatureSymbology.Overrides | Symbology overrides to apply to the tiles. | |
| tree | TileTree | The tile tree from which to obtain tiles. | |
| viewFlagOverrides | Partial<Mutable<NonFunctionPropertiesOf<ViewFlags>>> | Overrides to apply to the view's ViewFlags when drawing the tiles. |
Defined in
Last Updated: 30 November, 2023