Table of Contents

Class XRSubImage

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The XRSubImage interface of the WebXR Device API represents what viewport of the GPU texture to use for rendering.
[Value("XRSubImage")]
public class XRSubImage
Inheritance
XRSubImage
Derived
Inherited Members

Remarks

Constructors

XRSubImage()

public XRSubImage()

Properties

Viewport

NOTE
Experimental
The read-only viewport property of the XRSubImage interface represents the XRViewport that is used when rendering the sub image.
[Value("viewport")]
public XRViewport Viewport { get; }

Property Value

XRViewport

An XRViewport.

Remarks