C# 클래스 Tagged, verthex

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

공개 프로퍼티들

프로퍼티 타입 설명
critStrikeBonusPercentage int
orbitSpeed float
taggedVisualEffect GameObject

공개 메소드들

메소드 설명
ApplyDamage ( Section, s, int power ) : void
Construct ( ) : void
Destruct ( ) : void
Tagged ( int critBonusPercent, Section, s ) : System.Collections
Update ( ) : void

메소드 상세

ApplyDamage() 공개 메소드

public ApplyDamage ( Section, s, int power ) : void
s Section,
power int
리턴 void

Construct() 공개 메소드

public Construct ( ) : void
리턴 void

Destruct() 공개 메소드

public Destruct ( ) : void
리턴 void

Tagged() 공개 메소드

public Tagged ( int critBonusPercent, Section, s ) : System.Collections
critBonusPercent int
s Section,
리턴 System.Collections

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

critStrikeBonusPercentage 공개적으로 프로퍼티

public int critStrikeBonusPercentage
리턴 int

orbitSpeed 공개적으로 프로퍼티

public float orbitSpeed
리턴 float

taggedVisualEffect 공개적으로 프로퍼티

public GameObject taggedVisualEffect
리턴 GameObject