RenderTargetBlendState

struct in UnityEngine.Rendering

Cambiar al Manual

Descripción

Values for the blend state.

Variables Estáticas

defaultValueDefault values for the blend state.

Variables

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.

Constructores

RenderTargetBlendStateCreates a new blend state with the given values.