@JsType(isNative=true,
        namespace="<global>",
        name="Object")
public class LabelCollectionOptions
extends Object
| Modifier and Type | Field and Description | 
|---|---|
Number | 
blendOption
The billboard blending option. 
 | 
boolean | 
debugShowBoundingVolume
For debugging only. 
 | 
Matrix4 | 
modelMatrix
The 4x4 transformation matrix that transforms each label from model to world coordinates. 
 | 
Scene | 
scene
Must be passed in for labels that use the height reference property or will be depth tested against the globe. 
 | 
| Constructor and Description | 
|---|
LabelCollectionOptions()
Options for LabelCollection 
 | 
@JsProperty public Matrix4 modelMatrix
Matrix4.IDENTITY()@JsProperty public boolean debugShowBoundingVolume
@JsProperty public Scene scene
@JsProperty public Number blendOption
BlendOption.OPAQUE_AND_TRANSLUCENT()Copyright © 2019. All rights reserved.