C# Class MoodSwingGame.MS3DTile

Inheritance: MS3DSingleModelComponent
Afficher le fichier Open project: verngutz/MoodSwing Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System

load() public méthode

public load ( StreamReader sr ) : void
sr System.IO.StreamReader
Résultat void

toString() public méthode

public toString ( ) : String
Résultat String