Show / Hide Table of Contents

Struct BlendState

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.Rendering
Assembly: UnityEngine.dll
Syntax
public struct BlendState

Constructors

| Improve this Doc View Source

BlendState(Boolean, Boolean)

Declaration
public BlendState(bool separateMRTBlend = false, bool alphaToMask = false)
Parameters
Type Name Description
Boolean separateMRTBlend
Boolean alphaToMask

Properties

| Improve this Doc View Source

alphaToMask

Declaration
public bool alphaToMask { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

blendState0

Declaration
public RenderTargetBlendState blendState0 { get; set; }
Property Value
Type Description
RenderTargetBlendState
| Improve this Doc View Source

blendState1

Declaration
public RenderTargetBlendState blendState1 { get; set; }
Property Value
Type Description
RenderTargetBlendState
| Improve this Doc View Source

blendState2

Declaration
public RenderTargetBlendState blendState2 { get; set; }
Property Value
Type Description
RenderTargetBlendState
| Improve this Doc View Source

blendState3

Declaration
public RenderTargetBlendState blendState3 { get; set; }
Property Value
Type Description
RenderTargetBlendState
| Improve this Doc View Source

blendState4

Declaration
public RenderTargetBlendState blendState4 { get; set; }
Property Value
Type Description
RenderTargetBlendState
| Improve this Doc View Source

blendState5

Declaration
public RenderTargetBlendState blendState5 { get; set; }
Property Value
Type Description
RenderTargetBlendState
| Improve this Doc View Source

blendState6

Declaration
public RenderTargetBlendState blendState6 { get; set; }
Property Value
Type Description
RenderTargetBlendState
| Improve this Doc View Source

blendState7

Declaration
public RenderTargetBlendState blendState7 { get; set; }
Property Value
Type Description
RenderTargetBlendState
| Improve this Doc View Source

Default

Declaration
public static BlendState Default { get; }
Property Value
Type Description
BlendState
| Improve this Doc View Source

separateMRTBlendStates

Declaration
public bool separateMRTBlendStates { get; set; }
Property Value
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX