C# 클래스 Ensage.Common.Objects.DrawObjects.Polygon

The polygon.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

Private Properties

프로퍼티 타입 설명
GetGround float
Polygon System.Collections.Generic

공개 메소드들

메소드 설명
Draw ( SharpDX.Color color ) : void

The draw.

비공개 메소드들

메소드 설명
GetGround ( Vector2 position ) : float

The get ground vector.

Polygon ( ) : System.Collections.Generic

Initializes static members of the Polygon class.

메소드 상세

Draw() 공개 메소드

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