C# Class ProjectileAction, MagesOfBlight

Inheritance: LineBaseAction
Afficher le fichier Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Méthodes publiques

Свойство Type Description
projectile BaseProjectile,
projectilePrefab BaseProjectile,
waitTimeBeforeCast float

Méthodes publiques

Méthode Description
DoAction ( ) : bool
Init ( ) : void

Méthodes protégées

Méthode Description
CreateProjectile ( ) : void

Private Methods

Méthode Description
WaitAfterHit ( ) : IEnumerator
WaitBeforeCast ( ) : IEnumerator

Method Details

CreateProjectile() protected méthode

protected CreateProjectile ( ) : void
Résultat void

DoAction() public méthode

public DoAction ( ) : bool
Résultat bool

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

projectile public_oe property

public BaseProjectile, projectile
Résultat BaseProjectile,

projectilePrefab public_oe property

public BaseProjectile, projectilePrefab
Résultat BaseProjectile,

waitTimeBeforeCast public_oe property

public float waitTimeBeforeCast
Résultat float