C# Class EnemyLauncher, UrsaMajor

Inheritance: MonoBehaviour
Afficher le fichier Open project: BJarv/UrsaMajor Class Usage Examples

Méthodes publiques

Свойство Type Description
anim Animator
animTimer float
justDidAnim bool
missile GameObject
shootAnimCD float
shootCD float
shotParticles GameObject
shotTimer float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
isShooting ( bool x ) : void
setAnimator ( Animator a ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

isShooting() public méthode

public isShooting ( bool x ) : void
x bool
Résultat void

setAnimator() public méthode

public setAnimator ( Animator a ) : void
a Animator
Résultat void

Property Details

anim public_oe property

public Animator anim
Résultat Animator

animTimer public_oe property

public float animTimer
Résultat float

justDidAnim public_oe property

public bool justDidAnim
Résultat bool

missile public_oe property

public GameObject missile
Résultat GameObject

shootAnimCD public_oe property

public float shootAnimCD
Résultat float

shootCD public_oe property

public float shootCD
Résultat float

shotParticles public_oe property

public GameObject shotParticles
Résultat GameObject

shotTimer public_oe property

public float shotTimer
Résultat float