Skip to content

WallGraphics

WallGraphics is a wall visualization for the entity.

WallGraphics can be mounted only insideEntity components, and can not be mounted more than once for each entity.

Property Type Description
distanceDisplayCondition DistanceDisplayCondition | Property | undefined
show boolean | Property | undefined
fill boolean | Property | undefined
material Color | MaterialProperty | undefined
outline boolean | Property | undefined
outlineColor Color | Property | undefined
outlineWidth number | Property | undefined
shadows Property | ShadowMode | undefined
positions Property | Cartesian3[] | undefined
granularity number | Property | undefined
minimumHeights Property | number[] | undefined
maximumHeights Property | number[] | undefined

N/A

Property Type Description
onDefinitionChange (() => void) | undefined

N/A