C# Class CSharpGL.AlphaFuncState

specify the alpha test function.
Inheritance: EnableState
Mostrar archivo Open project: bitzhuwei/CSharpGL

Private Properties

Property Type Description

Public Methods

Method Description
AlphaFuncState ( ) : System.ComponentModel

specify the alpha test function.

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

specify the alpha test function.

ToString ( ) : string

Protected Methods

Method Description
StateOn ( ) : void

Method Details

AlphaFuncState() public method

specify the alpha test function.
public AlphaFuncState ( ) : System.ComponentModel
return System.ComponentModel

AlphaFuncState() public method

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

StateOn() protected method

protected StateOn ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string