C# 클래스 Evolution_War.Cannon

상속: Gun
파일 보기 프로젝트 열기: jonathandlo/Evolution_War 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Damage System.Int32
Delay System.Int32
HomingAngle System.Int32
MultiGuns System.Int32
Speed Double

보호된 프로퍼티들

프로퍼티 타입 설명
FireQueue List
GunIndexQueue List
basicShotAvailableFrame System.Int64

공개 메소드들

메소드 설명
Cannon ( Ship pOwner ) : System
ShootResiduals ( ) : void
TryShoot ( ) : void

메소드 상세

Cannon() 공개 메소드

public Cannon ( Ship pOwner ) : System
pOwner Ship
리턴 System

ShootResiduals() 공개 메소드

public ShootResiduals ( ) : void
리턴 void

TryShoot() 공개 메소드

public TryShoot ( ) : void
리턴 void

프로퍼티 상세

Damage 공개적으로 프로퍼티

public Int32,System Damage
리턴 System.Int32

Delay 공개적으로 프로퍼티

public Int32,System Delay
리턴 System.Int32

FireQueue 보호되어 있는 프로퍼티

protected List FireQueue
리턴 List

GunIndexQueue 보호되어 있는 프로퍼티

protected List GunIndexQueue
리턴 List

HomingAngle 공개적으로 프로퍼티

public Int32,System HomingAngle
리턴 System.Int32

MultiGuns 공개적으로 프로퍼티

public Int32,System MultiGuns
리턴 System.Int32

Speed 공개적으로 프로퍼티

public Double Speed
리턴 Double

basicShotAvailableFrame 보호되어 있는 프로퍼티

protected Int64,System basicShotAvailableFrame
리턴 System.Int64