C# Class OpenBve.XObjectParser

Afficher le fichier Open project: leezer3/OpenBVE

Private Methods

Méthode Description
Decompress ( byte Data ) : byte[]
GetTemplate ( string Name ) : Template
IsDefaultTemplate ( string s ) : bool
LoadBinaryX ( string FileName, byte Data, int StartingPosition, System Encoding, int FloatingPointSize, ObjectManager LoadMode, bool ForceTextureRepeatX, bool ForceTextureRepeatY ) : ObjectManager.StaticObject
LoadTextualX ( string FileName, string Text, System Encoding, ObjectManager LoadMode, bool ForceTextureRepeatX, bool ForceTextureRepeatY ) : ObjectManager.StaticObject
ProcessStructure ( string FileName, Structure Structure, ObjectManager &Object, ObjectManager LoadMode, bool ForceTextureRepeatX, bool ForceTextureRepeatY ) : bool
ReadBinaryTemplate ( string FileName, System Reader, int FloatingPointSize, Template Template, bool Inline, BinaryCache &Cache, Structure &Structure ) : bool
ReadObject ( string FileName, System Encoding, ObjectManager LoadMode, bool ForceTextureRepeatX, bool ForceTextureRepeatY ) : ObjectManager.StaticObject
ReadTextualTemplate ( string FileName, string Content, int &Position, Template Template, bool Inline, Structure &Structure ) : bool