C# 클래스 Reign.Video.XNA.DepthStencilState

상속: Disposable, DepthStencilStateI
파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
DepthStencilState ( DisposableI parent, DepthStencilStateDescI desc ) : Reign.Core
Enable ( ) : void
New ( DisposableI parent, DepthStencilStateDescI desc ) : DepthStencilState

메소드 상세

DepthStencilState() 공개 메소드

public DepthStencilState ( DisposableI parent, DepthStencilStateDescI desc ) : Reign.Core
parent DisposableI
desc DepthStencilStateDescI
리턴 Reign.Core

Enable() 공개 메소드

public Enable ( ) : void
리턴 void

New() 공개 정적인 메소드

public static New ( DisposableI parent, DepthStencilStateDescI desc ) : DepthStencilState
parent DisposableI
desc DepthStencilStateDescI
리턴 DepthStencilState