C# Class Tyrus_and_Randall.InstructionDisplay

Inheritance: Entity
Show file Open project: sgdc/sgdc-old

Public Methods

Method Description
InstructionDisplay ( ) : System
InstructionDisplay ( Vector2 pos ) : System
InstructionDisplay ( float x, float y ) : System
Update ( GameTime gameTime ) : void

Method Details

InstructionDisplay() public method

public InstructionDisplay ( ) : System
return System

InstructionDisplay() public method

public InstructionDisplay ( Vector2 pos ) : System
pos Vector2
return System

InstructionDisplay() public method

public InstructionDisplay ( float x, float y ) : System
x float
y float
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void