Method | Description | |
---|---|---|
GetCarTexture ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
GetMapBackground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
GetMapCollision ( int index ) : |
||
GetMapForeground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
Load ( Microsoft.Xna.Framework.Content.ContentManager manager ) : void |
public static GetCarTexture ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
index | int | |
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public static GetMapBackground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
index | int | |
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public static GetMapCollision ( int index ) : |
||
index | int | |
return |
public static GetMapForeground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
index | int | |
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public static Load ( Microsoft.Xna.Framework.Content.ContentManager manager ) : void | ||
manager | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |