C# Class Drought.Graphics.LineTool

Mostrar archivo Open project: kiniry-teaching/UCD Class Usage Examples

Public Methods

Method Description
LineTool ( GraphicsDevice graphicsDevice ) : System
render ( ) : void
render ( Matrix view, Matrix projection ) : void
setColor ( Vector3 color ) : void
setPointsList ( List points ) : void

Method Details

LineTool() public method

public LineTool ( GraphicsDevice graphicsDevice ) : System
graphicsDevice GraphicsDevice
return System

render() public method

public render ( ) : void
return void

render() public method

public render ( Matrix view, Matrix projection ) : void
view Matrix
projection Matrix
return void

setColor() public method

public setColor ( Vector3 color ) : void
color Vector3
return void

setPointsList() public method

public setPointsList ( List points ) : void
points List
return void