Version: 2020.1
言語: 日本語

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.