Version: 2021.3
언어: 한국어

BlendStateConstructor

매뉴얼로 전환
public BlendState (bool separateMRTBlend, bool alphaToMask);

파라미터

separateMRTBlend Determines whether each render target uses a separate blend state.
alphaToMask Turns on alpha-to-coverage.

설명

Creates a new blend state with the specified values.

All blend states are initialized to RenderTargetBlendState.defaultValue.