C# Class LOLViewer.Graphics.GLAnimation

显示文件 Open project: utensil/lolmodelviewer Class Usage Examples

Public Properties

Property Type Description
bones List
numberOfBones uint
numberOfFrames uint
playbackFPS uint
timePerFrame float

Public Methods

Method Description
GLAnimation ( ) : System

Method Details

GLAnimation() public method

public GLAnimation ( ) : System
return System

Property Details

bones public_oe property

public List bones
return List

numberOfBones public_oe property

public uint numberOfBones
return uint

numberOfFrames public_oe property

public uint numberOfFrames
return uint

playbackFPS public_oe property

public uint playbackFPS
return uint

timePerFrame public_oe property

public float timePerFrame
return float