C# Class EnemyRangedShot, JuniorProject

Inheritance: MonoBehaviour
Afficher le fichier Open project: MilesMeacham/JuniorProject Class Usage Examples

Méthodes publiques

Свойство Type Description
postShotCoolDownTime float
preShotAnimationTime float
shooting bool

Méthodes publiques

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

Private Methods

Méthode Description
RangedShotCO ( ) : IEnumerator

Method Details

RangedShot() public méthode

public RangedShot ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

postShotCoolDownTime public_oe property

public float postShotCoolDownTime
Résultat float

preShotAnimationTime public_oe property

public float preShotAnimationTime
Résultat float

shooting public_oe property

public bool shooting
Résultat bool