C# Class SpaceSim.Drawing.LaunchTrail

Afficher le fichier Open project: zlynn1990/SpaceSim Class Usage Examples

Méthodes publiques

Méthode Description
AddPoint ( DVector2 point, IMassiveBody parentBody, bool isPowered ) : void
Draw ( Graphics graphics, RectangleD cameraBounds, IMassiveBody parentBody ) : void
LaunchTrail ( ) : System.Collections.Generic

Method Details

AddPoint() public méthode

public AddPoint ( DVector2 point, IMassiveBody parentBody, bool isPowered ) : void
point VectorMath.DVector2
parentBody IMassiveBody
isPowered bool
Résultat void

Draw() public méthode

public Draw ( Graphics graphics, RectangleD cameraBounds, IMassiveBody parentBody ) : void
graphics System.Drawing.Graphics
cameraBounds VectorMath.RectangleD
parentBody IMassiveBody
Résultat void

LaunchTrail() public méthode

public LaunchTrail ( ) : System.Collections.Generic
Résultat System.Collections.Generic