C# Class TiaraFramework.Component.MapAccess

Show file Open project: TiaraGames/TiaraFramework

Public Methods

Method Description
Load ( string path, Microsoft.Xna.Framework.Game game, Point &size ) : List
Load ( string path, Point &size ) : Map

Method Details

Load() public static method

public static Load ( string path, Microsoft.Xna.Framework.Game game, Point &size ) : List
path string
game Microsoft.Xna.Framework.Game
size Point
return List

Load() public static method

public static Load ( string path, Point &size ) : Map
path string
size Point
return Map