C# Класс Reign.Video.XNA.DepthStencilState

Наследование: Disposable, DepthStencilStateI
Показать файл Открыть проект

Открытые методы

Метод Описание
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