C# Class GrandLarceny.CheckPoint

Inheritance: GrandLarceny.NonMovingObject
Mostra file Open project: melburn/GLhf

Public Methods

Method Description
CheckPoint ( Vector2 a_position, String a_sprite, float a_layer, float a_rotation ) : System
draw ( GameTime a_gameTime ) : void

Private Methods

Method Description
updateCollisionWith ( Entity a_collider ) : void

Method Details

CheckPoint() public method

public CheckPoint ( Vector2 a_position, String a_sprite, float a_layer, float a_rotation ) : System
a_position Vector2
a_sprite String
a_layer float
a_rotation float
return System

draw() public method

public draw ( GameTime a_gameTime ) : void
a_gameTime Microsoft.Xna.Framework.GameTime
return void