C# Class Tagged, verthex

Inheritance: SectionEffect
ファイルを表示 Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
critStrikeBonusPercentage int
orbitSpeed float
taggedVisualEffect GameObject

Public Methods

Method Description
ApplyDamage ( Section, s, int power ) : void
Construct ( ) : void
Destruct ( ) : void
Tagged ( int critBonusPercent, Section, s ) : System.Collections
Update ( ) : void

Method Details

ApplyDamage() public method

public ApplyDamage ( Section, s, int power ) : void
s Section,
power int
return void

Construct() public method

public Construct ( ) : void
return void

Destruct() public method

public Destruct ( ) : void
return void

Tagged() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

critStrikeBonusPercentage public_oe property

public int critStrikeBonusPercentage
return int

orbitSpeed public_oe property

public float orbitSpeed
return float

taggedVisualEffect public_oe property

public GameObject taggedVisualEffect
return GameObject