C# Class MeshDataImporter, Bad-Company-2-Map-Editor

显示文件 Open project: Powback/Bad-Company-2-Map-Editor Class Usage Examples

Public Properties

Property Type Description
float32 bool
path1 string
path2 string
uvOffset int

Public Methods

Method Description
Byte ( ) : byte
Bytes ( int count ) : byte[]
FTell ( ) : int
Float ( ) : float
LoadMesh ( string loc ) : BC2Mesh,
LoadMeshRaw ( string loc, int uvOffset, bool bigFloat, bool inverted ) : BC2Mesh,
Long ( ) : int
Short ( ) : int
String ( ) : string
U82F ( int byt ) : float
uLong ( ) : uint
uShort ( ) : int

Method Details

Byte() public static method

public static Byte ( ) : byte
return byte

Bytes() public static method

public static Bytes ( int count ) : byte[]
count int
return byte[]

FTell() public static method

public static FTell ( ) : int
return int

Float() public static method

public static Float ( ) : float
return float

LoadMesh() public static method

public static LoadMesh ( string loc ) : BC2Mesh,
loc string
return BC2Mesh,

LoadMeshRaw() public static method

public static LoadMeshRaw ( string loc, int uvOffset, bool bigFloat, bool inverted ) : BC2Mesh,
loc string
uvOffset int
bigFloat bool
inverted bool
return BC2Mesh,

Long() public static method

public static Long ( ) : int
return int

Short() public static method

public static Short ( ) : int
return int

String() public static method

public static String ( ) : string
return string

U82F() public method

public U82F ( int byt ) : float
byt int
return float

uLong() public static method

public static uLong ( ) : uint
return uint

uShort() public static method

public static uShort ( ) : int
return int

Property Details

float32 public_oe property

public bool float32
return bool

path1 public_oe property

public string path1
return string

path2 public_oe property

public string path2
return string

uvOffset public_oe static_oe property

public static int uvOffset
return int