C# Класс CSharpGL.AlphaFuncState

specify the alpha test function.
Наследование: EnableState
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AlphaFuncState ( ) : System.ComponentModel

specify the alpha test function.

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

specify the alpha test function.

ToString ( ) : string

Защищенные методы

Метод Описание
StateOn ( ) : void

Описание методов

AlphaFuncState() публичный Метод

specify the alpha test function.
public AlphaFuncState ( ) : System.ComponentModel
Результат System.ComponentModel

AlphaFuncState() публичный Метод

specify the alpha test function.
public AlphaFuncState ( AlphaTestFunction alphaTestFunc, float alphaTestReferenceValue ) : System.ComponentModel
alphaTestFunc AlphaTestFunction
alphaTestReferenceValue float
Результат System.ComponentModel

StateOn() защищенный Метод

protected StateOn ( ) : void
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string