blendState
Specifies the new blend state.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public BlendState blendState { get; set; }
Remarks
Unity applies these values to the GPU's render state if RenderStateBlock.mask includes a value of RenderStateMask.Blend.
The default value is BlendState.defaultValue.