Skip to content

PlaneGraphics

PlaneGraphics is a plane visualization for the entity.

PlaneGraphics 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
dimensions Cartesian2 | 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
plane Property | Plane | undefined

N/A

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

N/A