C# Class Reign.Video.XNA.DepthStencilState

Inheritance: Disposable, DepthStencilStateI
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
DepthStencilState ( DisposableI parent, DepthStencilStateDescI desc ) : Reign.Core
Enable ( ) : void
New ( DisposableI parent, DepthStencilStateDescI desc ) : DepthStencilState

Method Details

DepthStencilState() public méthode

public DepthStencilState ( DisposableI parent, DepthStencilStateDescI desc ) : Reign.Core
parent DisposableI
desc DepthStencilStateDescI
Résultat Reign.Core

Enable() public méthode

public Enable ( ) : void
Résultat void

New() public static méthode

public static New ( DisposableI parent, DepthStencilStateDescI desc ) : DepthStencilState
parent DisposableI
desc DepthStencilStateDescI
Résultat DepthStencilState