Skip to content

BillboardGraphics

BillboardGraphics is a billboard visualization for the entity.

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

Property Type Description
alignedAxis Cartesian3 | Property | undefined
color Color | Property | undefined
disableDepthTestDistance number | Property | undefined
distanceDisplayCondition DistanceDisplayCondition | Property | undefined
eyeOffset Cartesian3 | Property | undefined
height number | Property | undefined
heightReference HeightReference | Property | undefined
horizontalOrigin HorizontalOrigin | Property | undefined
image string | Property | HTMLImageElement | HTMLCanvasElement | undefined
pixelOffset Cartesian2 | Property | undefined
pixelOffsetScaleByDistance NearFarScalar | Property | undefined
rotation number | Property | undefined
scale number | Property | undefined
scaleByDistance NearFarScalar | Property | undefined
show boolean | Property | undefined
sizeInMeters boolean | Property | undefined
splitDirection SplitDirection | Property | undefined
translucencyByDistance NearFarScalar | Property | undefined
verticalOrigin VerticalOrigin | Property | undefined
width number | Property | undefined
imageSubRegion Property | BoundingRectangle | undefined

N/A

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

N/A