This version of Unity is unsupported.

RenderTargetBlendState

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

Values for the blend state.

Static Properties

defaultValueDefault values for the blend state.

Properties

alphaBlendOperationOperation used for blending the alpha (A) channel.
colorBlendOperationOperation used for blending the color (RGB) channel.
destinationAlphaBlendModeBlend factor used for the alpha (A) channel of the destination.
destinationColorBlendModeBlend factor used for the color (RGB) channel of the destination.
sourceAlphaBlendModeBlend factor used for the alpha (A) channel of the source.
sourceColorBlendModeBlend factor used for the color (RGB) channel of the source.
writeMaskSpecifies which color components will get written into the target framebuffer.

Constructors

RenderTargetBlendStateCreates a new blend state with the given values.