@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XRDepthInformation")
public class XRDepthInformation
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
XRDepthInformation() |
| Modifier and Type | Method and Description |
|---|---|
int |
height() |
XRRigidTransform |
normDepthBufferFromNormView() |
float |
rawValueToMeters() |
int |
width() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="height") public int height()
@JsProperty(name="normDepthBufferFromNormView") @Nonnull public XRRigidTransform normDepthBufferFromNormView()
@JsProperty(name="rawValueToMeters") public float rawValueToMeters()
@JsProperty(name="width") public int width()