C# 클래스 Buoyancy.BuoyancyRenderer

상속: Drawable2D
파일 보기 프로젝트 열기: WaveEngine/Samples

공개 메소드들

메소드 설명
Draw ( System.TimeSpan gameTime ) : void

Draw method

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose method

비공개 메소드들

메소드 설명
DrawPolygon ( System.Vector2 vertices, System.Color color ) : void

Draw Polygon

DrawSegment ( System.Vector2 p1, System.Vector2 p2, System.Color &color ) : void

Draw Segment

메소드 상세

Dispose() 보호된 메소드

Dispose method
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Draw() 공개 메소드

Draw method
public Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
리턴 void