C# Class CSharpGL.LineWidthState

Inheritance: GLState
Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
LineWidthState ( float lineWidth )

ToString ( ) : string

Protected Methods

Method Description
StateOff ( ) : void

StateOn ( ) : void

Private Methods

Method Description
LineWidthState ( )

Method Details

LineWidthState() public method

public LineWidthState ( float lineWidth )
lineWidth float

StateOff() protected method

protected StateOff ( ) : void
return void

StateOn() protected method

protected StateOn ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string