C# Class RaceGame.ContentLoader

Afficher le fichier Open project: cjohnsson/Racing-Game

Méthodes publiques

Méthode Description
GetCarTexture ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
GetMapBackground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
GetMapCollision ( int index ) : Bitmap
GetMapForeground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
Load ( Microsoft.Xna.Framework.Content.ContentManager manager ) : void

Method Details

GetCarTexture() public static méthode

public static GetCarTexture ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
index int
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

GetMapBackground() public static méthode

public static GetMapBackground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
index int
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

GetMapCollision() public static méthode

public static GetMapCollision ( int index ) : Bitmap
index int
Résultat System.Drawing.Bitmap

GetMapForeground() public static méthode

public static GetMapForeground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
index int
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

Load() public static méthode

public static Load ( Microsoft.Xna.Framework.Content.ContentManager manager ) : void
manager Microsoft.Xna.Framework.Content.ContentManager
Résultat void