C# Class Dodgeball.Engine.Camera

Inheritance: GameObject
Afficher le fichier Open project: schonstal/BLOODBALL

Méthodes publiques

Свойство Type Description
offset Vector2

Méthodes publiques

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

Method Details

Camera() public méthode

public Camera ( ) : System
Résultat System

Initialize() public méthode

public Initialize ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Render() public méthode

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

Property Details

offset public_oe property

public Vector2 offset
Résultat Vector2