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