C# Class FilesFinder2.Model3do

Datei anzeigen Open project: ZeroK-RTS/SpringRTS-Tools

Public Properties

Property Type Description
Root Piece
TextureNames List

Public Methods

Method Description
Model3do ( String fileName ) : System
ReadString ( BinaryReader fileReader, long start ) : String

Method Details

Model3do() public method

public Model3do ( String fileName ) : System
fileName String
return System

ReadString() public static method

public static ReadString ( BinaryReader fileReader, long start ) : String
fileReader System.IO.BinaryReader
start long
return String

Property Details

Root public_oe property

public Piece Root
return Piece

TextureNames public_oe static_oe property

public static List TextureNames
return List