@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface XRQuadLayerInit
extends XRLayerInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XRQuadLayerInit.Builder |
static interface |
XRQuadLayerInit.Step1 |
static interface |
XRQuadLayerInit.Step2 |
| Modifier and Type | Method and Description |
|---|---|
float |
height() |
void |
setHeight(float height) |
void |
setTextureType(@JsNonNull java.lang.String textureType) |
void |
setTransform(@JsNullable XRRigidTransform transform) |
void |
setWidth(float width) |
static XRQuadLayerInit.Step1 |
space(XRSpace space) |
java.lang.String |
textureType() |
@JsNullable XRRigidTransform |
transform() |
float |
width() |
colorFormat, depthFormat, isStatic, layout, mipLevels, setColorFormat, setDepthFormat, setIsStatic, setLayout, setMipLevels, setSpace, setViewPixelHeight, setViewPixelWidth, space, viewPixelHeight, viewPixelWidth@JsOverlay @Nonnull static XRQuadLayerInit.Step1 space(@Nonnull XRSpace space)
space in interface XRLayerInit@JsProperty(name="height") float height()
@JsProperty void setHeight(float height)
@JsProperty(name="textureType") @XRTextureType java.lang.String textureType()
@JsProperty void setTextureType(@XRTextureType @JsNonNull java.lang.String textureType)
@JsProperty(name="transform") @JsNullable XRRigidTransform transform()
@JsProperty void setTransform(@JsNullable XRRigidTransform transform)
@JsProperty(name="width") float width()
@JsProperty void setWidth(float width)