Class XRWebGLDepthInformation
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
ExperimentalXRWebGLDepthInformation interface contains depth information from the GPU/WebGL (returned by GetDepthInformation(XRView)).
[Value("XRWebGLDepthInformation")]
public class XRWebGLDepthInformation : XRDepthInformation
- Inheritance
-
XRWebGLDepthInformation
- Inherited Members
Remarks
This interface inherits properties from its parent, XRDepthInformation.
-XRDepthInformation
-XRCPUDepthInformation
-GetDepthInformation(XRView)
Constructors
XRWebGLDepthInformation()
public XRWebGLDepthInformation()
Properties
ImageIndex
[Value("imageIndex")]
public ulong? ImageIndex { get; }
Property Value
Texture
NOTE
Experimentaltexture property of the XRWebGLDepthInformation interface is a WebGLTexture containing depth buffer information as an opaque texture.
[Value("texture")]
public WebGLTexture Texture { get; }
Property Value
Remarks
-GetDepthInformation(XRView)
-WebGLRenderingContext.BindTexture
TextureType
[Value("textureType")]
public XRTextureType TextureType { get; }