C# Class SpaceSim.Spacecrafts.FalconCommon.LandingLeg

Inheritance: IPhysicsBody, IGdiRenderable
Mostrar archivo Open project: zlynn1990/SpaceSim

Public Methods

Method Description
Deploy ( ) : void
LandingLeg ( ISpaceCraft parent, DVector2 offset, bool isLeft ) : System
RenderGdi ( Graphics graphics, RectangleD cameraBounds ) : void
Update ( double dt ) : void

Method Details

Deploy() public method

public Deploy ( ) : void
return void

LandingLeg() public method

public LandingLeg ( ISpaceCraft parent, DVector2 offset, bool isLeft ) : System
parent ISpaceCraft
offset VectorMath.DVector2
isLeft bool
return System

RenderGdi() public method

public RenderGdi ( Graphics graphics, RectangleD cameraBounds ) : void
graphics System.Drawing.Graphics
cameraBounds VectorMath.RectangleD
return void

Update() public method

public Update ( double dt ) : void
dt double
return void