C# 클래스 Oglr.Core.ConvertOldFileFormats

파일 보기 프로젝트 열기: SteveDunn/oglr

공개 메소드들

메소드 설명
Convert ( string path ) : string

Converts an old Gleed file (1.4) to the new Gleed format and returns the path to the new file.

비공개 메소드들

메소드 설명
ConvertOldFileFormats ( string path ) : System
convertCircleItem ( CircleItem old ) : ItemEditor
convertCustomProperties ( SerializableDictionary old, CustomProperties @new ) : void
convertItem ( System.Item oldItem ) : ItemEditor
convertPathItem ( PathItem old ) : ItemEditor
convertRectangleItem ( RectangleItem old ) : ItemEditor
convertTextureItem ( TextureItem old ) : ItemEditor
copyLayer ( Legacy oldLayer ) : LayerEditor
copyPropertiesFromOldToNew ( System.Item old, ItemProperties @new ) : void
getType ( string typeName ) : Type
populateEditorRelatedStuff ( LevelEditor level, System.Xml.Linq.XElement xml ) : void

메소드 상세

Convert() 공개 정적인 메소드

Converts an old Gleed file (1.4) to the new Gleed format and returns the path to the new file.
public static Convert ( string path ) : string
path string
리턴 string