C# 클래스 Fusion.Drivers.Graphics.BlendState

Describes blending state.
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ColorChannels mask = ColorChannels.All, Blend src = Blend.One, Blend dst = Blend.Zero, Blend srcA = Blend.One, Blend dstA = Blend.Zero ) : BlendState

Creates new instance of blend state

비공개 메소드들

메소드 설명
BlendState ( ) : System

메소드 상세

Create() 공개 정적인 메소드

Creates new instance of blend state
public static Create ( ColorChannels mask = ColorChannels.All, Blend src = Blend.One, Blend dst = Blend.Zero, Blend srcA = Blend.One, Blend dstA = Blend.Zero ) : BlendState
mask ColorChannels
src Blend
dst Blend
srcA Blend
dstA Blend
리턴 BlendState