@JsType(isNative=true,
namespace="Cesium",
name="Visibility")
public class Visibility
extends Object
| Modifier and Type | Method and Description |
|---|---|
static Number |
FULL()
Represents that an object is visible in its entirety.
|
static Number |
NONE()
Represents that no part of an object is visible.
|
static Number |
PARTIAL()
Represents that part, but not all, of an object is visible
|
@JsProperty(name="FULL") public static Number FULL()
@JsProperty(name="NONE") public static Number NONE()
@JsProperty(name="PARTIAL") public static Number PARTIAL()
Copyright © 2019. All rights reserved.