C# Class SpaceShip.Logic.Moon

Inheritance: Planet
Show file Open project: pmyoung/Advanced-Game-Project

Public Properties

Property Type Description
angle double

Public Methods

Method 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 method

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
return System

Property Details

angle public property

public double angle
return double