C# Class geek.GameEngine.Scrolling.NoScroll

No scrolling is performed.
Inheritance: IScrollManager
Mostra file Open project: impworks/xna.geek.engine

Public Properties

Property Type Description
Instance NoScroll

Public Methods

Method Description
UpdateScrolling ( Vector2 lastValue ) : Vector2

Private Methods

Method Description
NoScroll ( ) : Microsoft.Xna.Framework

Private constructor ensures that NoScroll is a singleton.

Method Details

UpdateScrolling() public method

public UpdateScrolling ( Vector2 lastValue ) : Vector2
lastValue Microsoft.Xna.Framework.Vector2
return Microsoft.Xna.Framework.Vector2

Property Details

Instance public_oe static_oe property

The global NoScroll instance.
public static NoScroll,geek.GameEngine.Scrolling Instance
return NoScroll