C# 클래스 SpaceSim.Drawing.LaunchTrail

파일 보기 프로젝트 열기: zlynn1990/SpaceSim 1 사용 예제들

공개 메소드들

메소드 설명
AddPoint ( DVector2 point, IMassiveBody parentBody, bool isPowered ) : void
Draw ( Graphics graphics, RectangleD cameraBounds, IMassiveBody parentBody ) : void
LaunchTrail ( ) : System.Collections.Generic

메소드 상세

AddPoint() 공개 메소드

public AddPoint ( DVector2 point, IMassiveBody parentBody, bool isPowered ) : void
point VectorMath.DVector2
parentBody IMassiveBody
isPowered bool
리턴 void

Draw() 공개 메소드

public Draw ( Graphics graphics, RectangleD cameraBounds, IMassiveBody parentBody ) : void
graphics System.Drawing.Graphics
cameraBounds VectorMath.RectangleD
parentBody IMassiveBody
리턴 void

LaunchTrail() 공개 메소드

public LaunchTrail ( ) : System.Collections.Generic
리턴 System.Collections.Generic