C# Class Reign.Video.Vita.DepthStencilState

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

Méthodes publiques

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

Method Details

DepthStencilState() public méthode

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

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