C# Class Assets.Scripts.Scenes.Game.Boss.BossDeathAnimationController

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: maximecharron/GLO-3002-Frima

Public Properties

Property Type Description
BossDeathExplosionController BossExplosionController
SceneBackground UnityEngine.GameObject
UI UnityEngine.GameObject

Public Methods

Method Description
Animate ( ) : void
BeginDeathAnimation ( ) : void

Private Methods

Method Description
ApplyGravity ( ) : void

Method Details

Animate() public method

public Animate ( ) : void
return void

BeginDeathAnimation() public method

public BeginDeathAnimation ( ) : void
return void

Property Details

BossDeathExplosionController public_oe property

public BossExplosionController,Assets.Scripts.Scenes.Game.Boss BossDeathExplosionController
return BossExplosionController

SceneBackground public_oe property

public GameObject,UnityEngine SceneBackground
return UnityEngine.GameObject

UI public_oe property

public GameObject,UnityEngine UI
return UnityEngine.GameObject