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

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

공개 메소드들

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

메소드 상세

DepthStencilState() 공개 메소드

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

Enable() 공개 메소드

public Enable ( ) : void
리턴 void

New() 공개 정적인 메소드

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