@JsType(isNative=true, namespace="Cesium", name="ShadowMode") public class ShadowMode extends Object
Modifier and Type | Method and Description |
---|---|
static Number |
CAST_ONLY()
The object casts shadows only.
|
static Number |
DISABLED()
The object does not cast or receive shadows.
|
static Number |
ENABLED()
The object casts and receives shadows.
|
static Number |
RECEIVE_ONLY()
The object receives shadows only.
|
@JsProperty(name="CAST_ONLY") public static Number CAST_ONLY()
@JsProperty(name="RECEIVE_ONLY") public static Number RECEIVE_ONLY()
@JsProperty(name="ENABLED") public static Number ENABLED()
@JsProperty(name="DISABLED") public static Number DISABLED()
Copyright © 2019. All rights reserved.