@JsType(isNative=true,
namespace="Cesium",
name="Sun")
public class Sun
extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
glowFactor
Gets or sets a number that controls how "bright" the Sun's lens flare appears to be.
|
boolean |
show
Determines if the sun will be shown.
|
| Constructor and Description |
|---|
Sun()
Draws a sun billboard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys the WebGL resources held by this object.
|
boolean |
isDestroyed()
Returns true if this object was destroyed; otherwise, false.
|
@JsProperty public double glowFactor
@JsProperty public boolean show
@JsConstructor public Sun()
Scene.sunpublic void destroy()
isDestroyed()public boolean isDestroyed()
destroy()Copyright © 2019. All rights reserved.