C# Class MarioObjects.Objects.Utils.ObjectGenerator

ファイルを表示 Open project: jazzyjester/Mario-Game

Public Methods

Method Description
GetEditorObject ( string name ) : LevelEditorObject
GetEditorObjects ( ) : List
ObjectGenerator ( ) : System
SetEditorObject ( LevelEditorObject le ) : GraphicObject

Method Details

GetEditorObject() public static method

public static GetEditorObject ( string name ) : LevelEditorObject
name string
return LevelEditorObject

GetEditorObjects() public static method

public static GetEditorObjects ( ) : List
return List

ObjectGenerator() public method

public ObjectGenerator ( ) : System
return System

SetEditorObject() public static method

public static SetEditorObject ( LevelEditorObject le ) : GraphicObject
le LevelEditorObject
return MarioObjects.Objects.BaseObjects.GraphicObject