C# Class xnaHelper.Primitives.GeometryDrawer

显示文件 Open project: faintpixel/Roguelike

Public Properties

Property Type Description
LineColor Color
Vertices List

Public Methods

Method Description
Draw ( ) : void
GeometryDrawer ( List vertices, Color color ) : System

Method Details

Draw() public method

public Draw ( ) : void
return void

GeometryDrawer() public method

public GeometryDrawer ( List vertices, Color color ) : System
vertices List
color Color
return System

Property Details

LineColor public_oe property

public Color LineColor
return Color

Vertices public_oe property

public List Vertices
return List