Class XRSubImage
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
ExperimentalXRSubImage 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
Experimentalviewport 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.