public class SkyBox
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
SkyBox() |
Modifier and Type | Method and Description |
---|---|
static SkyBox |
create(com.google.gwt.dom.client.ImageElement px,
com.google.gwt.dom.client.ImageElement nx,
com.google.gwt.dom.client.ImageElement py,
com.google.gwt.dom.client.ImageElement ny,
com.google.gwt.dom.client.ImageElement pz,
com.google.gwt.dom.client.ImageElement nz) |
static SkyBox |
create(String px,
String nx,
String py,
String ny,
String pz,
String nz) |
SkyBox |
show(boolean show) |
public static final SkyBox create(String px, String nx, String py, String ny, String pz, String nz)
public static final SkyBox create(com.google.gwt.dom.client.ImageElement px, com.google.gwt.dom.client.ImageElement nx, com.google.gwt.dom.client.ImageElement py, com.google.gwt.dom.client.ImageElement ny, com.google.gwt.dom.client.ImageElement pz, com.google.gwt.dom.client.ImageElement nz)
public final SkyBox show(boolean show)
Copyright © 2014. All rights reserved.