C# Class OpenRA.FileFormats.VxlReader

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
LimbCount uint
Limbs OpenRA.FileFormats.VxlLimb[]

Public Methods

Method Description
Load ( string filename ) : VxlReader
VxlReader ( Stream s ) : System.Collections.Generic

Private Methods

Method Description
ReadVoxelData ( Stream s, VxlLimb l ) : void

Method Details

Load() public static method

public static Load ( string filename ) : VxlReader
filename string
return VxlReader

VxlReader() public method

public VxlReader ( Stream s ) : System.Collections.Generic
s Stream
return System.Collections.Generic

Property Details

LimbCount public property

public uint LimbCount
return uint

Limbs public property

public VxlLimb[],OpenRA.FileFormats Limbs
return OpenRA.FileFormats.VxlLimb[]