C# Class WpfApplication7.Collider

Afficher le fichier Open project: NCCUCS-Windows-Programming/SpaceWar Class Usage Examples

Méthodes publiques

Свойство Type Description
instance Collider

Méthodes publiques

Méthode 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 méthode

public Bomb_hit ( int POS_X, int POS_Y ) : bool
POS_X int
POS_Y int
Résultat bool

Item_hit() public méthode

public Item_hit ( ) : void
Résultat void

MainTower_hit() public méthode

public MainTower_hit ( ) : void
Résultat void

Player_Obstacle() public méthode

public Player_Obstacle ( float x, float y ) : bool
x float
y float
Résultat bool

Player_bomb() public méthode

public Player_bomb ( float x, float y, int num ) : bool
x float
y float
num int
Résultat bool

Player_forward() public méthode

public Player_forward ( int posx, int posy, int num ) : bool
posx int
posy int
num int
Résultat bool

Player_hit() public méthode

public Player_hit ( ) : void
Résultat void

Player_item() public méthode

public Player_item ( Player player ) : void
player Player
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

instance public_oe static_oe property

public static Collider,WpfApplication7 instance
Résultat Collider