C# Class Beyond_Beyaan.StarNode

Datei anzeigen Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method Description
GetRandomStarPosition ( Random r, int &x, int &y ) : void
RemoveNodeAtPosition ( int x, int y ) : void
StarNode ( int x, int y, int width, int height ) : System

Method Details

GetRandomStarPosition() public method

public GetRandomStarPosition ( Random r, int &x, int &y ) : void
r System.Random
x int
y int
return void

RemoveNodeAtPosition() public method

public RemoveNodeAtPosition ( int x, int y ) : void
x int
y int
return void

StarNode() public method

public StarNode ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System