Ejemplo n.º 1
0
 /// <summary>
 /// Initializes the AnimationManager class
 /// </summary>
 public AnimationManager()
 {
     _interpreter          = new Interpret();
     _animationsCollection = new AnimationsCollection();
     _soundPlayer          = null;
     _currentScreen        = null;
     _player    = null;
     _variables = new Variables();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes the AnimationManager class
 /// </summary>
 public AnimationManager()
 {
     _interpreter          = new Interpret();
     _animationsCollection = new AnimationsCollection();
     _soundPlayer          = null;
     _currentPanel         = null;
     _player        = null;
     IsSwitchActive = false;
     _variables     = new Variables();
     resetSwitchEventStates();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes the AnimationManager class
 /// </summary>
 public AnimationManager()
 {
     _interpreter = new Interpret();
     _animationsCollection = new AnimationsCollection();
     _soundPlayer = null;
     _currentPanel = null;
     _player = null;
     IsSwitchActive = false;
     _variables = new Variables();
     resetSwitchEventStates();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Initializes the AnimationManager class
 /// </summary>
 public AnimationManager()
 {
     _interpreter = new Interpret();
     _animationsCollection = new AnimationsCollection();
     _soundPlayer = null;
     _currentScreen = null;
     _player = null;
     _variables = new Variables();
 }