C# Class Ensage.Common.Objects.DrawObjects.Polygon

The polygon.
Datei anzeigen Open project: EnsageSharp/Ensage.Common

Private Properties

Property Type Description
GetGround float
Polygon System.Collections.Generic

Public Methods

Method Description
Draw ( SharpDX.Color color ) : void

The draw.

Private Methods

Method Description
GetGround ( Vector2 position ) : float

The get ground vector.

Polygon ( ) : System.Collections.Generic

Initializes static members of the Polygon class.

Method Details

Draw() public method

The draw.
public Draw ( SharpDX.Color color ) : void
color SharpDX.Color /// The color. ///
return void