C# Class MoodSwingGame.MSTileFactory

显示文件 Open project: verngutz/MoodSwing

Public Methods

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

Method Details

CreateMSTile() public static method

public static CreateMSTile ( int tileKey, Vector3 position, int row, int column ) : MS3DTile
tileKey int
position Vector3
row int
column int
return MS3DTile

loadMSTile() public static method

public static loadMSTile ( StreamReader sr ) : MS3DTile
sr System.IO.StreamReader
return MS3DTile