C# Class Dabrorius.MonoPunk.Backdrop

Inheritance: Graphic
Exibir arquivo Open project: dabrorius/MonoPunk

Public Methods

Method Description
Backdrop ( Microsoft.Xna.Framework.Graphics.Texture2D texture, bool repeatX = true, bool repeatY = true ) : System
Render ( SpriteBatch target, Vector2 point, Vector2 camera ) : void

Method Details

Backdrop() public method

public Backdrop ( Microsoft.Xna.Framework.Graphics.Texture2D texture, bool repeatX = true, bool repeatY = true ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
repeatX bool
repeatY bool
return System

Render() public method

public Render ( SpriteBatch target, Vector2 point, Vector2 camera ) : void
target Microsoft.Xna.Framework.Graphics.SpriteBatch
point Vector2
camera Vector2
return void