C# Class OpenRA.FileFormats.HvaReader

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
FrameCount uint
LimbCount uint
Transforms float[]

Public Methods

Method Description
HvaReader ( Stream s, string fileName ) : System
Load ( string filename ) : HvaReader

Method Details

HvaReader() public method

public HvaReader ( Stream s, string fileName ) : System
s System.IO.Stream
fileName string
return System

Load() public static method

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

Property Details

FrameCount public property

public uint FrameCount
return uint

LimbCount public property

public uint LimbCount
return uint

Transforms public property

public float[] Transforms
return float[]