C# Class CSharpGL.PolygonOffsetState

http://www.cnblogs.com/bitzhuwei/p/polygon-offset-for-stitching-andz-fighting.html
Inheritance: EnableState
Mostrar archivo Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
PolygonOffsetState ( )

http://www.cnblogs.com/bitzhuwei/p/polygon-offset-for-stitching-andz-fighting.html

PolygonOffsetState ( PolygonOffset mode, bool pullNear )

http://www.cnblogs.com/bitzhuwei/p/polygon-offset-for-stitching-andz-fighting.html

ToString ( ) : string

Protected Methods

Method Description
StateOn ( ) : void

Method Details

PolygonOffsetState() public method

http://www.cnblogs.com/bitzhuwei/p/polygon-offset-for-stitching-andz-fighting.html
public PolygonOffsetState ( )

PolygonOffsetState() public method

http://www.cnblogs.com/bitzhuwei/p/polygon-offset-for-stitching-andz-fighting.html
public PolygonOffsetState ( PolygonOffset mode, bool pullNear )
mode PolygonOffset
pullNear bool

StateOn() protected method

protected StateOn ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string