C# Class CSharpGL.AlphaFuncState

specify the alpha test function.
Inheritance: EnableState
Afficher le fichier Open project: bitzhuwei/CSharpGL

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AlphaFuncState ( ) : System.ComponentModel

specify the alpha test function.

AlphaFuncState ( AlphaTestFunction alphaTestFunc, float alphaTestReferenceValue ) : System.ComponentModel

specify the alpha test function.

ToString ( ) : string

Méthodes protégées

Méthode Description
StateOn ( ) : void

Method Details

AlphaFuncState() public méthode

specify the alpha test function.
public AlphaFuncState ( ) : System.ComponentModel
Résultat System.ComponentModel

AlphaFuncState() public méthode

specify the alpha test function.
public AlphaFuncState ( AlphaTestFunction alphaTestFunc, float alphaTestReferenceValue ) : System.ComponentModel
alphaTestFunc AlphaTestFunction
alphaTestReferenceValue float
Résultat System.ComponentModel

StateOn() protected méthode

protected StateOn ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string