C# Class CSharpGL.DepthMaskState

Toggle of depth mask.
Inheritance: GLState
Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
DepthMaskState ( bool writable = false )

Toggle of depth mask.

ToString ( ) : string

Méthodes protégées

Méthode Description
StateOff ( ) : void

StateOn ( ) : void

Method Details

DepthMaskState() public méthode

Toggle of depth mask.
public DepthMaskState ( bool writable = false )
writable bool Writable when this switch is turned on?

StateOff() protected méthode

protected StateOff ( ) : void
Résultat void

StateOn() protected méthode

protected StateOn ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string