C# Class MilkShakeFramework.Core.Game.Components.Misc.ScrollingPattern

Inheritance: GameEntity
Afficher le fichier Open project: lucas-jones/MilkShake-old

Méthodes publiques

Méthode Description
Draw ( ) : void
FixUp ( ) : void
ScrollingPattern ( string url ) : System
Setup ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

FixUp() public méthode

public FixUp ( ) : void
Résultat void

ScrollingPattern() public méthode

public ScrollingPattern ( string url ) : System
url string
Résultat System

Setup() public méthode

public Setup ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void