@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GPUOrigin3DDict")
@ApiStatus.Experimental
public interface GPUOrigin3DDict
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPUOrigin3DDict.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GPUOrigin3DDict.Builder |
of() |
void |
setX(int x) |
void |
setY(int y) |
void |
setZ(int z) |
int |
x() |
int |
y() |
int |
z() |
@JsOverlay @Nonnull static GPUOrigin3DDict.Builder of()
@JsProperty(name="x") int x()
@JsProperty void setX(int x)
@JsProperty(name="y") int y()
@JsProperty void setY(int y)
@JsProperty(name="z") int z()
@JsProperty void setZ(int z)