Table of Contents

Class XRLayerInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class XRLayerInit
Inheritance
XRLayerInit
Derived
Inherited Members

Constructors

XRLayerInit()

public XRLayerInit()

Fields

ClearOnAccess

[Value("clearOnAccess")]
public bool ClearOnAccess

Field Value

bool

ColorFormat

[Value("colorFormat")]
public ulong ColorFormat

Field Value

ulong

DepthFormat

[Value("depthFormat")]
public ulong? DepthFormat

Field Value

ulong?

IsStatic

[Value("isStatic")]
public bool IsStatic

Field Value

bool

Layout

[Value("layout")]
public XRLayerLayout Layout

Field Value

XRLayerLayout

MipLevels

[Value("mipLevels")]
public ulong MipLevels

Field Value

ulong

Space

[Value("space")]
public required XRSpace Space

Field Value

XRSpace

ViewPixelHeight

[Value("viewPixelHeight")]
public required ulong ViewPixelHeight

Field Value

ulong

ViewPixelWidth

[Value("viewPixelWidth")]
public required ulong ViewPixelWidth

Field Value

ulong