C# Class ParticleBehavior

Inheritance: MonoBehaviour
Afficher le fichier Open project: marouen-lamiri/Second-Soul Class Usage Examples

Méthodes publiques

Свойство Type Description
skill RangedSkill,

Protected Properties

Свойство Type Description
caster Character,
casterType System.Type
damage double
damageType DamageType,

Méthodes publiques

Méthode Description
startBehaviour ( Character, caster, RangedSkill, skill ) : void

Méthodes protégées

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

startBehaviour() public méthode

public startBehaviour ( Character, caster, RangedSkill, skill ) : void
caster Character,
skill RangedSkill,
Résultat void

Property Details

caster protected_oe property

protected Character, caster
Résultat Character,

casterType protected_oe property

protected Type,System casterType
Résultat System.Type

damage protected_oe property

protected double damage
Résultat double

damageType protected_oe property

protected DamageType, damageType
Résultat DamageType,

skill public_oe property

public RangedSkill, skill
Résultat RangedSkill,