C# Class EnemyLauncher, UrsaMajor

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public Animator anim
return Animator

animTimer public_oe property

public float animTimer
return float

justDidAnim public_oe property

public bool justDidAnim
return bool

missile public_oe property

public GameObject missile
return GameObject

shootAnimCD public_oe property

public float shootAnimCD
return float

shootCD public_oe property

public float shootCD
return float

shotParticles public_oe property

public GameObject shotParticles
return GameObject

shotTimer public_oe property

public float shotTimer
return float