C# Class WpfApplication7.Collider

Exibir arquivo Open project: NCCUCS-Windows-Programming/SpaceWar Class Usage Examples

Public Properties

Property Type Description
instance Collider

Public Methods

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

Method Details

Bomb_hit() public method

public Bomb_hit ( int POS_X, int POS_Y ) : bool
POS_X int
POS_Y int
return bool

Item_hit() public method

public Item_hit ( ) : void
return void

MainTower_hit() public method

public MainTower_hit ( ) : void
return void

Player_Obstacle() public method

public Player_Obstacle ( float x, float y ) : bool
x float
y float
return bool

Player_bomb() public method

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

Player_forward() public method

public Player_forward ( int posx, int posy, int num ) : bool
posx int
posy int
num int
return bool

Player_hit() public method

public Player_hit ( ) : void
return void

Player_item() public method

public Player_item ( Player player ) : void
player Player
return void

Update() public method

public Update ( ) : void
return void

Property Details

instance public_oe static_oe property

public static Collider,WpfApplication7 instance
return Collider