C# Class Microsoft.Xna.Framework.Graphics.DepthStencilState

Afficher le fichier Open project: procfxgen/MGShaderEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
Default DepthStencilState
DepthRead DepthStencilState
None DepthStencilState

Méthodes publiques

Méthode Description
DepthStencilState ( ) : System

Private Methods

Méthode Description
BindToGraphicsDevice ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void
Clone ( ) : DepthStencilState
DepthStencilState ( DepthStencilState cloneSource ) : System
DepthStencilState ( string name, bool depthBufferEnable, bool depthBufferWriteEnable ) : System
GetStencilFunc ( CompareFunction function ) : MonoMac.OpenGL.StencilFunction
GetStencilOp ( StencilOperation operation ) : StencilOp
PlatformApplyState ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, bool force = false ) : void
ThrowIfBound ( ) : void

Method Details

DepthStencilState() public méthode

public DepthStencilState ( ) : System
Résultat System

Property Details

Default public_oe static_oe property

public static DepthStencilState,Microsoft.Xna.Framework.Graphics Default
Résultat DepthStencilState

DepthRead public_oe static_oe property

public static DepthStencilState,Microsoft.Xna.Framework.Graphics DepthRead
Résultat DepthStencilState

None public_oe static_oe property

public static DepthStencilState,Microsoft.Xna.Framework.Graphics None
Résultat DepthStencilState