@JsType(isNative=true,
namespace="<global>",
name="Object")
public class SkyBoxOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
show
Determines if this primitive will be shown.
|
SkyBoxSources |
sources
The source URL or Image object for each of the six cube map faces.
|
| Constructor and Description |
|---|
SkyBoxOptions() |
| 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.
|
void |
update()
Called when Viewer or CesiumWidget render the scene to get the draw commands needed to render this primitive.
|
@JsProperty public SkyBoxSources sources
public boolean show
@JsMethod public void destroy()
isDestroyed()@JsMethod public boolean isDestroyed()
destroy()@JsMethod public void update()
Copyright © 2019. All rights reserved.