C# Class Dodgeball.Engine.Camera

Inheritance: GameObject
Mostrar archivo Open project: schonstal/BLOODBALL

Public Properties

Property Type Description
offset Vector2

Public Methods

Method Description
Camera ( ) : System
Initialize ( SpriteBatch spriteBatch ) : void
Render ( BlendState blendState, Action draw ) : void

Method Details

Camera() public method

public Camera ( ) : System
return System

Initialize() public method

public Initialize ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Render() public method

public Render ( BlendState blendState, Action draw ) : void
blendState Microsoft.Xna.Framework.Graphics.BlendState
draw Action
return void

Property Details

offset public_oe property

public Vector2 offset
return Vector2