Show / Hide Table of Contents

Struct GBufferRecorder.FrameBufferConponents

Namespace: UTJ.FrameCapturer
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct FrameBufferConponents

Fields

fbAlpha

Declaration
public bool fbAlpha
Field Value
Type Description
System.Boolean

fbColor

Declaration
public bool fbColor
Field Value
Type Description
System.Boolean

frameBuffer

Declaration
public bool frameBuffer
Field Value
Type Description
System.Boolean

gbAlbedo

Declaration
public bool gbAlbedo
Field Value
Type Description
System.Boolean

gbDepth

Declaration
public bool gbDepth
Field Value
Type Description
System.Boolean

gbEmission

Declaration
public bool gbEmission
Field Value
Type Description
System.Boolean

gbNormal

Declaration
public bool gbNormal
Field Value
Type Description
System.Boolean

gbOcclusion

Declaration
public bool gbOcclusion
Field Value
Type Description
System.Boolean

gbSmoothness

Declaration
public bool gbSmoothness
Field Value
Type Description
System.Boolean

gbSpecular

Declaration
public bool gbSpecular
Field Value
Type Description
System.Boolean

GBuffer

Declaration
public bool GBuffer
Field Value
Type Description
System.Boolean

gbVelocity

Declaration
public bool gbVelocity
Field Value
Type Description
System.Boolean

Properties

defaultValue

Declaration
public static GBufferRecorder.FrameBufferConponents defaultValue { get; }
Property Value
Type Description
GBufferRecorder.FrameBufferConponents
Back to top