C# Class WpfApplication7.Laser

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

Méthodes publiques

Свойство Type Description
_worldTime float
end_point int[]
start_point int[]

Méthodes publiques

Méthode Description
Laser ( float worldTime ) : System
Update ( ) : void
set_pos ( bool horizontal, int lenght_left_top, int lenght_right_bottom, int position ) : void
show_picture ( bool horizontal ) : void

Method Details

Laser() public méthode

public Laser ( float worldTime ) : System
worldTime float
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

set_pos() public méthode

public set_pos ( bool horizontal, int lenght_left_top, int lenght_right_bottom, int position ) : void
horizontal bool
lenght_left_top int
lenght_right_bottom int
position int
Résultat void

show_picture() public méthode

public show_picture ( bool horizontal ) : void
horizontal bool
Résultat void

Property Details

_worldTime public_oe property

public float _worldTime
Résultat float

end_point public_oe property

public int[] end_point
Résultat int[]

start_point public_oe property

public int[] start_point
Résultat int[]