C# Class LOLFileReader.ANMFile

Show file Open project: utensil/lolmodelviewer Class Usage Examples

Public Properties

Property Type Description
bones List
id String
magic System.UInt32
numberOfBones System.UInt32
numberOfFrames System.UInt32
playbackFPS System.UInt32
version System.UInt32

Public Methods

Method Description
ANMFile ( ) : System

Method Details

ANMFile() public method

public ANMFile ( ) : System
return System

Property Details

bones public property

public List bones
return List

id public property

public String id
return String

magic public property

public UInt32,System magic
return System.UInt32

numberOfBones public property

public UInt32,System numberOfBones
return System.UInt32

numberOfFrames public property

public UInt32,System numberOfFrames
return System.UInt32

playbackFPS public property

public UInt32,System playbackFPS
return System.UInt32

version public property

public UInt32,System version
return System.UInt32