C# Class MoodSwingGame.MS3DTile

Inheritance: MS3DSingleModelComponent
Show file Open project: verngutz/MoodSwing Class Usage Examples

Public Methods

Method Description
MS3DTile ( String mName, String tName, String eName, Vector3 position, float rotation, int row, int column, int height ) : System
load ( StreamReader sr ) : void
toString ( ) : String

Method Details

MS3DTile() public method

public MS3DTile ( String mName, String tName, String eName, Vector3 position, float rotation, int row, int column, int height ) : System
mName String
tName String
eName String
position Vector3
rotation float
row int
column int
height int
return System

load() public method

public load ( StreamReader sr ) : void
sr System.IO.StreamReader
return void

toString() public method

public toString ( ) : String
return String