C# Class Tagged, verthex

Inheritance: SectionEffect
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Свойство Type Description
critStrikeBonusPercentage int
orbitSpeed float
taggedVisualEffect GameObject

Méthodes publiques

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

Method Details

ApplyDamage() public méthode

public ApplyDamage ( Section, s, int power ) : void
s Section,
power int
Résultat void

Construct() public méthode

public Construct ( ) : void
Résultat void

Destruct() public méthode

public Destruct ( ) : void
Résultat void

Tagged() public méthode

public Tagged ( int critBonusPercent, Section, s ) : System.Collections
critBonusPercent int
s Section,
Résultat System.Collections

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

critStrikeBonusPercentage public_oe property

public int critStrikeBonusPercentage
Résultat int

orbitSpeed public_oe property

public float orbitSpeed
Résultat float

taggedVisualEffect public_oe property

public GameObject taggedVisualEffect
Résultat GameObject