C# 클래스 FlyingKite.Drawables.DrawableCurve2D

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

Private Properties

프로퍼티 타입 설명
SetUpPoints void
SetUpPointsAndVertices void
SetUpVertex void
SetUpVertexBuffer void
UpdateGraphicDeviceAndDraw void

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
SetUpPoints ( ) : void
SetUpPointsAndVertices ( int i = 1, bool lastPoint = false ) : void
SetUpVertex ( int i, System.Vector2 &point ) : void
SetUpVertexBuffer ( ) : void
UpdateGraphicDeviceAndDraw ( ) : void

메소드 상세

Dispose() 보호된 메소드

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

Draw() 공개 메소드

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

DrawDebugLines() 보호된 메소드

protected DrawDebugLines ( ) : void
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void