C# Class MoodSwingGame.MSDistrictHall

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

Méthodes publiques

Méthode Description
getInstance ( ) : MSDistrictHall
instantiate ( String model, String texture, String effect, Vector3 position, float rotation, int row, int column ) : void
toString ( ) : string

Private Methods

Méthode Description
MSDistrictHall ( String model, String texture, String effect, Vector3 position, float rotation, int row, int column ) : System

Method Details

getInstance() public static méthode

public static getInstance ( ) : MSDistrictHall
Résultat MSDistrictHall

instantiate() public static méthode

public static instantiate ( String model, String texture, String effect, Vector3 position, float rotation, int row, int column ) : void
model String
texture String
effect String
position Vector3
rotation float
row int
column int
Résultat void

toString() public méthode

public toString ( ) : string
Résultat string