Struct fcAPI.fcPngConfig
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct fcPngConfig
Fields
channels
Declaration
[HideInInspector]
public int channels
Field Value
Type |
Description |
System.Int32 |
|
height
Declaration
[HideInInspector]
public int height
Field Value
Type |
Description |
System.Int32 |
|
maxTasks
Declaration
[Range(1F, 32F)]
public int maxTasks
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public fcAPI.fcPngPixelFormat pixelFormat
Field Value
width
Declaration
[HideInInspector]
public int width
Field Value
Type |
Description |
System.Int32 |
|
Properties
default_value
Declaration
public static fcAPI.fcPngConfig default_value { get; }
Property Value