C# 클래스 SpaceSim.Spacecrafts.FalconCommon.LandingLeg
파일 보기
프로젝트 열기: zlynn1990/SpaceSim
공개 메소드들
메소드 |
설명 |
|
Deploy ( ) : void |
|
|
LandingLeg ( ISpaceCraft parent, DVector2 offset, bool isLeft ) : System |
|
|
RenderGdi ( Graphics graphics, RectangleD cameraBounds ) : void |
|
|
Update ( double dt ) : void |
|
|
메소드 상세
public Deploy ( ) : void |
리턴 |
void |
|
public LandingLeg ( ISpaceCraft parent, DVector2 offset, bool isLeft ) : System |
parent |
ISpaceCraft |
|
offset |
VectorMath.DVector2 |
|
isLeft |
bool |
|
리턴 |
System |
|
public RenderGdi ( Graphics graphics, RectangleD cameraBounds ) : void |
graphics |
System.Drawing.Graphics |
|
cameraBounds |
VectorMath.RectangleD |
|
리턴 |
void |
|
public Update ( double dt ) : void |
dt |
double |
|
리턴 |
void |
|