Table of Contents

Class WebGLObject

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The WebGLObject is part of the WebGL API and is the parent interface for all WebGL objects.
[Value("WebGLObject")]
public class WebGLObject
Inheritance
WebGLObject
Derived
Inherited Members

Remarks

This object has no public properties or methods on its own.

If the WebGL context is lost, the internal invalidated flag of all WebGLObject instances is set to true.

-WebGLRenderingContext.isContextLost()
-WEBGL_lose_context
-webglcontextlost event

See also on MDN

Constructors

WebGLObject()

public WebGLObject()

Properties

Label

[Value("label")]
public string Label { get; set; }

Property Value

string