C# Class EnemyLauncher, UrsaMajor

Inheritance: MonoBehaviour
Show file Open project: BJarv/UrsaMajor Class Usage Examples

Public Properties

Property Type Description
anim Animator
animTimer float
justDidAnim bool
missile GameObject
shootAnimCD float
shootCD float
shotParticles GameObject
shotTimer float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
isShooting ( bool x ) : void
setAnimator ( Animator a ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

isShooting() public method

public isShooting ( bool x ) : void
x bool
return void

setAnimator() public method

public setAnimator ( Animator a ) : void
a Animator
return void

Property Details

anim public property

public Animator anim
return Animator

animTimer public property

public float animTimer
return float

justDidAnim public property

public bool justDidAnim
return bool

missile public property

public GameObject missile
return GameObject

shootAnimCD public property

public float shootAnimCD
return float

shootCD public property

public float shootCD
return float

shotParticles public property

public GameObject shotParticles
return GameObject

shotTimer public property

public float shotTimer
return float