Struct fcAPI.fcExrConfig
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct fcExrConfig
Fields
channels
Declaration
[HideInInspector]
public int channels
Field Value
Type |
Description |
System.Int32 |
|
compression
Declaration
public fcAPI.fcExrCompression compression
Field Value
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.fcExrPixelFormat pixelFormat
Field Value
width
Declaration
[HideInInspector]
public int width
Field Value
Type |
Description |
System.Int32 |
|
Properties
default_value
Declaration
public static fcAPI.fcExrConfig default_value { get; }
Property Value