C# Class LOLFileReader.ANMFile

Afficher le fichier Open project: utensil/lolmodelviewer Class Usage Examples

Méthodes publiques

Свойство Type Description
bones List
id String
magic System.UInt32
numberOfBones System.UInt32
numberOfFrames System.UInt32
playbackFPS System.UInt32
version System.UInt32

Méthodes publiques

Méthode Description
ANMFile ( ) : System

Method Details

ANMFile() public méthode

public ANMFile ( ) : System
Résultat System

Property Details

bones public_oe property

public List bones
Résultat List

id public_oe property

public String id
Résultat String

magic public_oe property

public UInt32,System magic
Résultat System.UInt32

numberOfBones public_oe property

public UInt32,System numberOfBones
Résultat System.UInt32

numberOfFrames public_oe property

public UInt32,System numberOfFrames
Résultat System.UInt32

playbackFPS public_oe property

public UInt32,System playbackFPS
Résultat System.UInt32

version public_oe property

public UInt32,System version
Résultat System.UInt32