Version: 2021.3
언어: 한국어

RenderTargetBlendState

struct in UnityEngine.Rendering

매뉴얼로 전환

설명

Values for the blend state.

정적 변수

defaultValueDefault values for the blend state.

변수

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.

생성자

RenderTargetBlendStateCreates a new blend state with the given values.