C# 클래스 MarioObjects.Objects.Utils.ObjectGenerator

파일 보기 프로젝트 열기: jazzyjester/Mario-Game

공개 메소드들

메소드 설명
GetEditorObject ( string name ) : LevelEditorObject
GetEditorObjects ( ) : List
ObjectGenerator ( ) : System
SetEditorObject ( LevelEditorObject le ) : GraphicObject

메소드 상세

GetEditorObject() 공개 정적인 메소드

public static GetEditorObject ( string name ) : LevelEditorObject
name string
리턴 LevelEditorObject

GetEditorObjects() 공개 정적인 메소드

public static GetEditorObjects ( ) : List
리턴 List

ObjectGenerator() 공개 메소드

public ObjectGenerator ( ) : System
리턴 System

SetEditorObject() 공개 정적인 메소드

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