C# 클래스 Blinded, verthex

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

공개 프로퍼티들

프로퍼티 타입 설명
appliedSection Section,
blindedVisual GameObject
missPercentage int
numAttacks int

공개 메소드들

메소드 설명
Blinded ( int blindPercentage, SectionWeapon, effectedWeapon ) : System.Collections
Blinded ( int blindPercentage, SectionWeapon, effectedWeapon, Section, s ) : System.Collections
Construct ( ) : void
Destruct ( ) : void
DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSec ) : void
GetDamagedSections ( Tower, t, int center ) : List
GetInfo ( int damage ) : string

메소드 상세

Blinded() 공개 메소드

public Blinded ( int blindPercentage, SectionWeapon, effectedWeapon ) : System.Collections
blindPercentage int
effectedWeapon SectionWeapon,
리턴 System.Collections

Blinded() 공개 메소드

public Blinded ( int blindPercentage, SectionWeapon, effectedWeapon, Section, s ) : System.Collections
blindPercentage int
effectedWeapon SectionWeapon,
s Section,
리턴 System.Collections

Construct() 공개 메소드

public Construct ( ) : void
리턴 void

Destruct() 공개 메소드

public Destruct ( ) : void
리턴 void

DoDamage() 공개 메소드

public DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSec ) : void
t Tower,
center int
damage int
self Tower,
firingSec int
리턴 void

GetDamagedSections() 공개 메소드

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

GetInfo() 공개 메소드

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

프로퍼티 상세

appliedSection 공개적으로 프로퍼티

public Section, appliedSection
리턴 Section,

blindedVisual 공개적으로 프로퍼티

public GameObject blindedVisual
리턴 GameObject

missPercentage 공개적으로 프로퍼티

public int missPercentage
리턴 int

numAttacks 공개적으로 프로퍼티

public int numAttacks
리턴 int