C# Class TiaraFramework.Component.MapAccess

Afficher le fichier Open project: TiaraGames/TiaraFramework

Méthodes publiques

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

Method Details

Load() public static méthode

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

Load() public static méthode

public static Load ( string path, Point &size ) : Map
path string
size Point
Résultat Map