C# 클래스 WeaponEffect, verthex

상속: MonoBehaviour
파일 보기 프로젝트 열기: austinblakeslee/verthex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
appliedWeapon SectionWeapon,

보호된 프로퍼티들

프로퍼티 타입 설명
canAttackOpponent bool
canAttackSelf bool
effectType string
upgradeLevel int

공개 메소드들

메소드 설명
CanAttackOpponent ( ) : bool
CanAttackSelf ( ) : bool
Construct ( ) : void
Destruct ( ) : void
DoDamage ( Tower, opp, int oppCenter, int damage, Tower, self, int firingSec ) : void
GetDamagedSections ( Tower, t, int center ) : List
GetEffectType ( ) : string
GetInfo ( int damage ) : string
GetUpgradeLevel ( ) : int
Upgrade ( ) : void
WeaponEffect ( ) : System.Collections
WeaponEffect ( SectionWeapon, effectedWeapon ) : System.Collections

메소드 상세

CanAttackOpponent() 공개 메소드

public CanAttackOpponent ( ) : bool
리턴 bool

CanAttackSelf() 공개 메소드

public CanAttackSelf ( ) : bool
리턴 bool

Construct() 공개 메소드

public Construct ( ) : void
리턴 void

Destruct() 공개 메소드

public Destruct ( ) : void
리턴 void

DoDamage() 공개 추상적인 메소드

public abstract DoDamage ( Tower, opp, int oppCenter, int damage, Tower, self, int firingSec ) : void
opp Tower,
oppCenter int
damage int
self Tower,
firingSec int
리턴 void

GetDamagedSections() 공개 추상적인 메소드

public abstract GetDamagedSections ( Tower, t, int center ) : List
t Tower,
center int
리턴 List

GetEffectType() 공개 메소드

public GetEffectType ( ) : string
리턴 string

GetInfo() 공개 추상적인 메소드

public abstract GetInfo ( int damage ) : string
damage int
리턴 string

GetUpgradeLevel() 공개 메소드

public GetUpgradeLevel ( ) : int
리턴 int

Upgrade() 공개 메소드

public Upgrade ( ) : void
리턴 void

WeaponEffect() 공개 메소드

public WeaponEffect ( ) : System.Collections
리턴 System.Collections

WeaponEffect() 공개 메소드

public WeaponEffect ( SectionWeapon, effectedWeapon ) : System.Collections
effectedWeapon SectionWeapon,
리턴 System.Collections

프로퍼티 상세

appliedWeapon 공개적으로 프로퍼티

public SectionWeapon, appliedWeapon
리턴 SectionWeapon,

canAttackOpponent 보호되어 있는 프로퍼티

protected bool canAttackOpponent
리턴 bool

canAttackSelf 보호되어 있는 프로퍼티

protected bool canAttackSelf
리턴 bool

effectType 보호되어 있는 프로퍼티

protected string effectType
리턴 string

upgradeLevel 보호되어 있는 프로퍼티

protected int upgradeLevel
리턴 int