XRWebGLDepthInformation class
Secure context: This feature is available only in secure
contexts (HTTPS), in some or all supporting browsers.
The interface contains depth information from the GPU/WebGL
(returned by XRWebGLBinding.getDepthInformation()
).
XRDepthInformation
XRWebGLDepthInformation
This interface inherits properties from its parent, XRDepthInformation.
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- XRWebGLDepthInformation()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
Available on XRDepthInformation, provided by the PropsXRDepthInformation extension
no setter - normDepthBufferFromNormView → XRRigidTransform
-
Available on XRDepthInformation, provided by the PropsXRDepthInformation extension
no setter - rawValueToMeters → double
-
Available on XRDepthInformation, provided by the PropsXRDepthInformation extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- texture → WebGLTexture
-
Available on XRWebGLDepthInformation, provided by the PropsXRWebGLDepthInformation extension
no setter - width → int
-
Available on XRDepthInformation, provided by the PropsXRDepthInformation extension
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited