Version: 2021.2
LanguageEnglish
  • C#

BlendState

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Values for the blend state.

Static Properties

defaultValueDefault values for the blend state.

Properties

alphaToMaskTurns on alpha-to-coverage.
blendState0Blend state for render target 0.
blendState1Blend state for render target 1.
blendState2Blend state for render target 2.
blendState3Blend state for render target 3.
blendState4Blend state for render target 4.
blendState5Blend state for render target 5.
blendState6Blend state for render target 6.
blendState7Blend state for render target 7.
separateMRTBlendStatesDetermines whether each render target uses a separate blend state.

Constructors

BlendStateCreates a new blend state with the specified values.