C# Class MoodSwingGame.MSTileFactory

Afficher le fichier Open project: verngutz/MoodSwing

Méthodes publiques

Méthode Description
CreateMSTile ( int tileKey, Vector3 position, int row, int column ) : MS3DTile
loadMSTile ( StreamReader sr ) : MS3DTile

Method Details

CreateMSTile() public static méthode

public static CreateMSTile ( int tileKey, Vector3 position, int row, int column ) : MS3DTile
tileKey int
position Vector3
row int
column int
Résultat MS3DTile

loadMSTile() public static méthode

public static loadMSTile ( StreamReader sr ) : MS3DTile
sr System.IO.StreamReader
Résultat MS3DTile