Exemple #1
0
 public Matrix GetTransformForWithoutSpriteBatch(GraphicsDevice graphicsDevice)
 {
     return this.GetTransformForWithoutSpriteBatch(graphicsDevice.GetViewportSize());
 }
Exemple #2
0
 public virtual RectangleF GetArea(GraphicsDevice graphicsDevice)
 {
     return this.GetArea(graphicsDevice.GetViewportSize());
 }
Exemple #3
0
 /// <summary>
 /// Returns Transform matrix of the camera
 /// </summary>
 public Matrix GetTransform(GraphicsDevice graphicsDevice)
 {
     return this.GetTransform(graphicsDevice.GetViewportSize());
 }