@JsType(isNative=true,
namespace="Cesium",
name="BlendOption")
public class BlendOption
extends Object
| Modifier and Type | Method and Description |
|---|---|
static Number |
OPAQUE_AND_TRANSLUCENT()
The billboards, points, or labels in the collection are both opaque and translucent.
|
static Number |
OPAQUE()
The billboards, points, or labels in the collection are completely opaque.
|
static Number |
TRANSLUCENT()
The billboards, points, or labels in the collection are completely translucent.
|
@JsProperty(name="OPAQUE") public static Number OPAQUE()
@JsProperty(name="OPAQUE_AND_TRANSLUCENT") public static Number OPAQUE_AND_TRANSLUCENT()
@JsProperty(name="TRANSLUCENT") public static Number TRANSLUCENT()
Copyright © 2019. All rights reserved.