@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface XRProjectionLayerInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XRProjectionLayerInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
colorFormat() |
int |
depthFormat() |
static XRProjectionLayerInit.Builder |
of() |
double |
scaleFactor() |
void |
setColorFormat(int colorFormat) |
void |
setDepthFormat(int depthFormat) |
void |
setScaleFactor(double scaleFactor) |
void |
setTextureType(@JsNonNull java.lang.String textureType) |
java.lang.String |
textureType() |
@JsOverlay @Nonnull static XRProjectionLayerInit.Builder of()
@JsProperty(name="colorFormat") int colorFormat()
@JsProperty void setColorFormat(int colorFormat)
@JsProperty(name="depthFormat") int depthFormat()
@JsProperty void setDepthFormat(int depthFormat)
@JsProperty(name="scaleFactor") double scaleFactor()
@JsProperty void setScaleFactor(double scaleFactor)
@JsProperty(name="textureType") @XRTextureType java.lang.String textureType()
@JsProperty void setTextureType(@XRTextureType @JsNonNull java.lang.String textureType)