new BillboardGraphics()
        An optionally time-dynamic billboard.
    
    
    
    
    
    
    
    
    
    
    
    
    
Members
- 
    alignedAxis :Property
- 
    
    Gets or sets theCartesian3Propertyspecifying the billboard rotation's aligned axis.
- 
    color :Property
- 
    
    
    
    
    
- 
    readonlydefinitionChanged :Event
- 
    
    Gets the event that is raised whenever a new property is assigned.
- 
    eyeOffset :Property
- 
    
    Gets or sets theCartesian3Propertyspecifying the billboard's eye offset.
- 
    height :Property
- 
    
    Gets or sets the numericPropertyspecifying the billboard's height in pixels. If undefined, the native height is used.
- 
    horizontalOrigin :Property
- 
    
    Gets or sets theHorizontalOriginPropertyspecifying the billboard's horizontal origin.
- 
    image :Property
- 
    
    Gets or sets the stringPropertyspecifying the URL of the billboard's texture.
- 
    pixelOffset :Property
- 
    
    Gets or sets theCartesian2Propertyspecifying the billboard's pixel offset.
- 
    pixelOffsetScaleByDistance :Property
- 
    
    Gets or sets theNearFarScalarPropertyused to set pixel offset scaling based on distance. If undefined, no additional scale is applied to the pixel offset
- 
    rotation :Property
- 
    
    Gets or sets the numericPropertyspecifying the billboard's rotation.
- 
    scale :Property
- 
    
    Gets or sets the numericPropertyspecifying the billboard's scale.
- 
    scaleByDistance :Property
- 
    
    Gets or sets theNearFarScalarPropertyused to scale billboards based on distance. If undefined, a constant size is used.
- 
    show :Property
- 
    
    Gets or sets the booleanPropertyspecifying the billboard's visibility.
- 
    translucencyByDistance :Property
- 
    
    Gets or sets theNearFarScalarPropertyused to set translucency based on distance. If undefined, a constant size is used.
- 
    verticalOrigin :Property
- 
    
    Gets or sets theVerticalOriginPropertyspecifying the billboard's vertical origin.
- 
    width :Property
- 
    
    Gets or sets the numericPropertyspecifying the billboard's width in pixels. If undefined, the native width is used.
Methods
- 
    clone(result) → BillboardGraphics
- 
    
    Duplicates a BillboardGraphics instance.Name Type Description resultBillboardGraphics optional The object onto which to store the result. Returns:The modified result parameter or a new instance if one was not provided.
- 
    merge(source)
- 
    
    Assigns each unassigned property on this object to the value of the same property on the provided source object.Name Type Description sourceBillboardGraphics The object to be merged into this object. 
