Show / Hide Table of Contents

Struct fcAPI.fcPngConfig

Namespace: UTJ.FrameCapturer
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

pixelFormat

Declaration
public fcAPI.fcPngPixelFormat pixelFormat
Field Value
Type Description
fcAPI.fcPngPixelFormat

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
Type Description
fcAPI.fcPngConfig
Back to top