C# 클래스 WpfApplication7.Player

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

공개 프로퍼티들

프로퍼티 타입 설명
MaxBNumber int
MaxPower int
MaxSpeed float
Position_Player0_X float
Position_Player0_Y float
Position_Player1_X float
Position_Player1_Y float
_BNumber int
_Can_BNumber int
_DeathCounts int
_DeathTime float
_DeltaSpeed float
_IsLife bool
_PlayerView string
_PositionX float
_PositionY float
_Power int
_Speed float
number int

공개 메소드들

메소드 설명
GetNext_map ( int x, int y ) : int[]
Hit ( ) : void
IsHitWall ( string GoToWhere, float CalSpeed ) : bool
Player ( MainWindow window, int player_num ) : System
Relive ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

GetNext_map() 공개 메소드

public GetNext_map ( int x, int y ) : int[]
x int
y int
리턴 int[]

Hit() 공개 메소드

public Hit ( ) : void
리턴 void

IsHitWall() 공개 메소드

public IsHitWall ( string GoToWhere, float CalSpeed ) : bool
GoToWhere string
CalSpeed float
리턴 bool

Player() 공개 메소드

public Player ( MainWindow window, int player_num ) : System
window MainWindow
player_num int
리턴 System

Relive() 공개 메소드

public Relive ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

MaxBNumber 공개적으로 프로퍼티

public int MaxBNumber
리턴 int

MaxPower 공개적으로 프로퍼티

public int MaxPower
리턴 int

MaxSpeed 공개적으로 프로퍼티

public float MaxSpeed
리턴 float

Position_Player0_X 공개적으로 프로퍼티

public float Position_Player0_X
리턴 float

Position_Player0_Y 공개적으로 프로퍼티

public float Position_Player0_Y
리턴 float

Position_Player1_X 공개적으로 프로퍼티

public float Position_Player1_X
리턴 float

Position_Player1_Y 공개적으로 프로퍼티

public float Position_Player1_Y
리턴 float

_BNumber 공개적으로 프로퍼티

public int _BNumber
리턴 int

_Can_BNumber 공개적으로 프로퍼티

public int _Can_BNumber
리턴 int

_DeathCounts 공개적으로 프로퍼티

public int _DeathCounts
리턴 int

_DeathTime 공개적으로 프로퍼티

public float _DeathTime
리턴 float

_DeltaSpeed 공개적으로 프로퍼티

public float _DeltaSpeed
리턴 float

_IsLife 공개적으로 프로퍼티

public bool _IsLife
리턴 bool

_PlayerView 공개적으로 프로퍼티

public string _PlayerView
리턴 string

_PositionX 공개적으로 프로퍼티

public float _PositionX
리턴 float

_PositionY 공개적으로 프로퍼티

public float _PositionY
리턴 float

_Power 공개적으로 프로퍼티

public int _Power
리턴 int

_Speed 공개적으로 프로퍼티

public float _Speed
리턴 float

number 공개적으로 프로퍼티

public int number
리턴 int