C# Class WpfApplication7.Laser

Mostra file Open project: NCCUCS-Windows-Programming/SpaceWar Class Usage Examples

Public Properties

Property Type Description
_worldTime float
end_point int[]
start_point int[]

Public Methods

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

public Laser ( float worldTime ) : System
worldTime float
return System

Update() public method

public Update ( ) : void
return void

set_pos() public method

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
return void

show_picture() public method

public show_picture ( bool horizontal ) : void
horizontal bool
return void

Property Details

_worldTime public_oe property

public float _worldTime
return float

end_point public_oe property

public int[] end_point
return int[]

start_point public_oe property

public int[] start_point
return int[]