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