C# Class HaloMap.RawData.Animation

The animation.
Inheritance: RawDataContainer
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
Animation ( ) : System

Initializes a new instance of the Animation class.

Read ( int TagIndex, Map map, bool dontreadraw ) : void

The read.

Method Details

Animation() public method

Initializes a new instance of the Animation class.
public Animation ( ) : System
return System

Read() public method

The read.
public Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void