示例#1
0
 public void Initialize(Vector2 windowSize, AnimatedSprite shipAnimation, ParticleEngine engineAnimation)
 {
     WindowSize      = windowSize;
     ShipAnimation   = shipAnimation;
     EngineAnimation = engineAnimation;
     Active          = true;
 }
示例#2
0
 public void Initialize(Vector2 windowSize, AnimatedSprite shipAnimation, ParticleEngine engineAnimation)
 {
     WindowSize = windowSize;
     ShipAnimation = shipAnimation;
     EngineAnimation = engineAnimation;
     Active = true;
 }