C# 클래스 CSharpGL.DepthMaskState

Toggle of depth mask.
상속: GLState
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
DepthMaskState ( bool writable = false )

Toggle of depth mask.

ToString ( ) : string

보호된 메소드들

메소드 설명
StateOff ( ) : void

StateOn ( ) : void

메소드 상세

DepthMaskState() 공개 메소드

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

StateOff() 보호된 메소드

protected StateOff ( ) : void
리턴 void

StateOn() 보호된 메소드

protected StateOn ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string