Show / Hide Table of Contents

Struct RenderTargetBlendState

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 RenderTargetBlendState

Constructors

| Improve this Doc View Source

RenderTargetBlendState(ColorWriteMask, BlendMode, BlendMode, BlendMode, BlendMode, BlendOp, BlendOp)

Declaration
public RenderTargetBlendState(ColorWriteMask writeMask = ColorWriteMask.Alpha | ColorWriteMask.Blue | ColorWriteMask.Green | ColorWriteMask.Red | ColorWriteMask.All, BlendMode sourceColorBlendMode = BlendMode.One, BlendMode destinationColorBlendMode = BlendMode.Zero, BlendMode sourceAlphaBlendMode = BlendMode.One, BlendMode destinationAlphaBlendMode = BlendMode.Zero, BlendOp colorBlendOperation = BlendOp.Add, BlendOp alphaBlendOperation = BlendOp.Add)
Parameters
Type Name Description
ColorWriteMask writeMask
BlendMode sourceColorBlendMode
BlendMode destinationColorBlendMode
BlendMode sourceAlphaBlendMode
BlendMode destinationAlphaBlendMode
BlendOp colorBlendOperation
BlendOp alphaBlendOperation

Properties

| Improve this Doc View Source

alphaBlendOperation

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

colorBlendOperation

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

Default

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

destinationAlphaBlendMode

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

destinationColorBlendMode

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

sourceAlphaBlendMode

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

sourceColorBlendMode

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

writeMask

Declaration
public ColorWriteMask writeMask { get; set; }
Property Value
Type Description
ColorWriteMask

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