@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface XRLayerInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XRLayerInit.Builder |
static interface |
XRLayerInit.Step1 |
static interface |
XRLayerInit.Step2 |
| Modifier and Type | Method and Description |
|---|---|
int |
colorFormat() |
@JsNullable int |
depthFormat() |
boolean |
isStatic() |
java.lang.String |
layout() |
int |
mipLevels() |
void |
setColorFormat(int colorFormat) |
void |
setDepthFormat(@JsNullable int depthFormat) |
void |
setIsStatic(boolean isStatic) |
void |
setLayout(@JsNonNull java.lang.String layout) |
void |
setMipLevels(int mipLevels) |
void |
setSpace(@JsNonNull XRSpace space) |
void |
setViewPixelHeight(int viewPixelHeight) |
void |
setViewPixelWidth(int viewPixelWidth) |
@JsNonNull XRSpace |
space() |
static XRLayerInit.Step1 |
space(XRSpace space) |
int |
viewPixelHeight() |
int |
viewPixelWidth() |
@JsOverlay @Nonnull static XRLayerInit.Step1 space(@Nonnull XRSpace space)
@JsProperty(name="space") @JsNonNull XRSpace space()
@JsProperty void setSpace(@JsNonNull XRSpace space)
@JsProperty(name="viewPixelWidth") int viewPixelWidth()
@JsProperty void setViewPixelWidth(int viewPixelWidth)
@JsProperty(name="viewPixelHeight") int viewPixelHeight()
@JsProperty void setViewPixelHeight(int viewPixelHeight)
@JsProperty(name="colorFormat") int colorFormat()
@JsProperty void setColorFormat(int colorFormat)
@JsProperty(name="depthFormat") @JsNullable int depthFormat()
@JsProperty void setDepthFormat(@JsNullable int depthFormat)
@JsProperty(name="isStatic") boolean isStatic()
@JsProperty void setIsStatic(boolean isStatic)
@JsProperty(name="layout") @XRLayerLayout java.lang.String layout()
@JsProperty void setLayout(@XRLayerLayout @JsNonNull java.lang.String layout)
@JsProperty(name="mipLevels") int mipLevels()
@JsProperty void setMipLevels(int mipLevels)