C# Class MarioObjects.Objects.Utils.ObjectGenerator

Afficher le fichier Open project: jazzyjester/Mario-Game

Méthodes publiques

Méthode Description
GetEditorObject ( string name ) : LevelEditorObject
GetEditorObjects ( ) : List
ObjectGenerator ( ) : System
SetEditorObject ( LevelEditorObject le ) : GraphicObject

Method Details

GetEditorObject() public static méthode

public static GetEditorObject ( string name ) : LevelEditorObject
name string
Résultat LevelEditorObject

GetEditorObjects() public static méthode

public static GetEditorObjects ( ) : List
Résultat List

ObjectGenerator() public méthode

public ObjectGenerator ( ) : System
Résultat System

SetEditorObject() public static méthode

public static SetEditorObject ( LevelEditorObject le ) : GraphicObject
le LevelEditorObject
Résultat MarioObjects.Objects.BaseObjects.GraphicObject