C# 클래스 Beyond_Beyaan.StarNode

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 메소드들

메소드 설명
GetRandomStarPosition ( Random r, int &x, int &y ) : void
RemoveNodeAtPosition ( int x, int y ) : void
StarNode ( int x, int y, int width, int height ) : System

메소드 상세

GetRandomStarPosition() 공개 메소드

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

RemoveNodeAtPosition() 공개 메소드

public RemoveNodeAtPosition ( int x, int y ) : void
x int
y int
리턴 void

StarNode() 공개 메소드

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