Class WindowConfig
Namespace: Unity.UIWidgets.editor
Syntax
public class WindowConfig
Constructors
WindowConfig(Boolean)
Declaration
public WindowConfig(bool disableRasterCache)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | disableRasterCache |
Fields
defaultConfig
Declaration
public static readonly WindowConfig defaultConfig
Field Value
| Type | Description |
|---|---|
| WindowConfig |
disableRasterCache
Declaration
public readonly bool disableRasterCache
Field Value
| Type | Description |
|---|---|
| Boolean |
MaxRasterImageSize
Declaration
public static float MaxRasterImageSize
Field Value
| Type | Description |
|---|---|
| Single |
Properties
disableComputeBuffer
Declaration
public static bool disableComputeBuffer { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |