C# 클래스 CSharpGL.AlphaFuncState

specify the alpha test function.
상속: EnableState
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

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