C# 클래스 WpfApplication7.Collider

파일 보기 프로젝트 열기: NCCUCS-Windows-Programming/SpaceWar 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
instance Collider

공개 메소드들

메소드 설명
Bomb_hit ( int POS_X, int POS_Y ) : bool
Item_hit ( ) : void
MainTower_hit ( ) : void
Player_Obstacle ( float x, float y ) : bool
Player_bomb ( float x, float y, int num ) : bool
Player_forward ( int posx, int posy, int num ) : bool
Player_hit ( ) : void
Player_item ( Player player ) : void
Update ( ) : void

메소드 상세

Bomb_hit() 공개 메소드

public Bomb_hit ( int POS_X, int POS_Y ) : bool
POS_X int
POS_Y int
리턴 bool

Item_hit() 공개 메소드

public Item_hit ( ) : void
리턴 void

MainTower_hit() 공개 메소드

public MainTower_hit ( ) : void
리턴 void

Player_Obstacle() 공개 메소드

public Player_Obstacle ( float x, float y ) : bool
x float
y float
리턴 bool

Player_bomb() 공개 메소드

public Player_bomb ( float x, float y, int num ) : bool
x float
y float
num int
리턴 bool

Player_forward() 공개 메소드

public Player_forward ( int posx, int posy, int num ) : bool
posx int
posy int
num int
리턴 bool

Player_hit() 공개 메소드

public Player_hit ( ) : void
리턴 void

Player_item() 공개 메소드

public Player_item ( Player player ) : void
player Player
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

instance 공개적으로 정적으로 프로퍼티

public static Collider,WpfApplication7 instance
리턴 Collider