Class WebGLUtils
WebGL utility class
Namespace: UnityEngine.Industrial.Forma.WebGL.TransparentBackground
Syntax
public static class WebGLUtils
Methods
GetTransparentBackgroundScript()
Get transparent background component.
Declaration
public static WebGLCameraClearFlagsToggle GetTransparentBackgroundScript()
Returns
Type | Description |
---|---|
WebGLCameraClearFlagsToggle | WebGLCameraClearFlagsToggle |
Exceptions
Type | Condition |
---|---|
NullReferenceException | Throw if WebGLCameraClearFlagsToggle is null. |