@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface XRMediaCylinderLayerInit
extends XRMediaLayerInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XRMediaCylinderLayerInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
@JsNullable java.lang.Double |
aspectRatio() |
float |
centralAngle() |
float |
radius() |
void |
setAspectRatio(@JsNullable java.lang.Double aspectRatio) |
void |
setCentralAngle(float centralAngle) |
void |
setRadius(float radius) |
void |
setTransform(@JsNullable XRRigidTransform transform) |
static XRMediaCylinderLayerInit.Builder |
space(XRSpace space) |
@JsNullable XRRigidTransform |
transform() |
invertStereo, layout, setInvertStereo, setLayout, setSpace, space@JsOverlay @Nonnull static XRMediaCylinderLayerInit.Builder space(@Nonnull XRSpace space)
space in interface XRMediaLayerInit@JsProperty(name="aspectRatio") @JsNullable java.lang.Double aspectRatio()
@JsProperty void setAspectRatio(@JsNullable java.lang.Double aspectRatio)
@JsProperty(name="centralAngle") float centralAngle()
@JsProperty void setCentralAngle(float centralAngle)
@JsProperty(name="radius") float radius()
@JsProperty void setRadius(float radius)
@JsProperty(name="transform") @JsNullable XRRigidTransform transform()
@JsProperty void setTransform(@JsNullable XRRigidTransform transform)