C# Class LOLFileReader.ANMFile

显示文件 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_oe property

public List bones
return List

id public_oe property

public String id
return String

magic public_oe property

public UInt32,System magic
return System.UInt32

numberOfBones public_oe property

public UInt32,System numberOfBones
return System.UInt32

numberOfFrames public_oe property

public UInt32,System numberOfFrames
return System.UInt32

playbackFPS public_oe property

public UInt32,System playbackFPS
return System.UInt32

version public_oe property

public UInt32,System version
return System.UInt32