C# 클래스 WpfApplication7.Laser

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

공개 프로퍼티들

프로퍼티 타입 설명
_worldTime float
end_point int[]
start_point int[]

공개 메소드들

메소드 설명
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

메소드 상세

Laser() 공개 메소드

public Laser ( float worldTime ) : System
worldTime float
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

set_pos() 공개 메소드

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
리턴 void

show_picture() 공개 메소드

public show_picture ( bool horizontal ) : void
horizontal bool
리턴 void

프로퍼티 상세

_worldTime 공개적으로 프로퍼티

public float _worldTime
리턴 float

end_point 공개적으로 프로퍼티

public int[] end_point
리턴 int[]

start_point 공개적으로 프로퍼티

public int[] start_point
리턴 int[]