C# Class Dabrorius.MonoPunk.Graphic

Mostra file Open project: dabrorius/MonoPunk Class Usage Examples

Public Properties

Property Type Description
Active System.Boolean
Visible System.Boolean

Public Methods

Method Description
Graphic ( ) : System
Render ( SpriteBatch target, Vector2 point, Vector2 camera ) : void
Update ( ) : void

Method Details

Graphic() public method

public Graphic ( ) : System
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

Update() public method

public Update ( ) : void
return void

Property Details

Active public_oe property

public Boolean,System Active
return System.Boolean

Visible public_oe property

public Boolean,System Visible
return System.Boolean