C# Class EnemyArtillery, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Méthodes publiques

Свойство Type Description
attackSpawnPoint Transform
bossAttack bool
calculationSwitchDistance float
delayedFire bool
fireResetTime float
maxShellHeight float
projectile GameObject
rotateSpeed float
timeToTarget float

Méthodes publiques

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

Private Methods

Méthode Description
delayedFiring ( ) : IEnumerator
getReadyToFire ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

attackSpawnPoint public_oe property

public Transform attackSpawnPoint
Résultat Transform

bossAttack public_oe property

public bool bossAttack
Résultat bool

calculationSwitchDistance public_oe property

public float calculationSwitchDistance
Résultat float

delayedFire public_oe property

public bool delayedFire
Résultat bool

fireResetTime public_oe property

public float fireResetTime
Résultat float

maxShellHeight public_oe property

public float maxShellHeight
Résultat float

projectile public_oe property

public GameObject projectile
Résultat GameObject

rotateSpeed public_oe property

public float rotateSpeed
Résultat float

timeToTarget public_oe property

public float timeToTarget
Résultat float