GroundPrimitiveCollection
GroundPrimitiveCollection is the collection of ground primitives of the scene.
All properties are applied to single ground primitives collection of the scene.
It can have some GroundPrimitive components as children.
- Cesium element: PrimitiveCollection
- Example: GroundPrimitiveCollection
Availability
Inside Viewer or CesiumWidget components.
Properties
Cesium properties
| Property | Type | Description |
|---|---|---|
| show | boolean | |
| destroyPrimitives | boolean | |
| primitiveAdded | Event<(...args: any[]) => void> | |
| primitiveRemoved | Event<(...args: any[]) => void> |
Cesium read-only properties
N/A
Cesium events
N/A
Other properties
| Property | Type | Description |
|---|---|---|
| children | ReactNode |