C# Class SpaceShip.Logic.Moon

Inheritance: Planet
Afficher le fichier Open project: pmyoung/Advanced-Game-Project

Méthodes publiques

Свойство Type Description
angle double

Méthodes publiques

Méthode Description
Moon ( double angle, int spriteID = -1, float x, float y, int radius = 10, int mass = 10, bool fixedPos = true ) : System

Method Details

Moon() public méthode

public Moon ( double angle, int spriteID = -1, float x, float y, int radius = 10, int mass = 10, bool fixedPos = true ) : System
angle double
spriteID int
x float
y float
radius int
mass int
fixedPos bool
Résultat System

Property Details

angle public_oe property

public double angle
Résultat double