Exemplo n.º 1
0
 public static void Instantiate(Rectangle ViewportRect)
 {
     if (Instance == null)
     {
         Instance = new Camera(ViewportRect);
     }
 }
Exemplo n.º 2
0
 public CameraShakeEffect(Camera camera)
 {
     this.owner = camera;
     this.TotalEffectTime = shakeTotalEffectTime;
 }