C# Class LOLViewer.Graphics.GLAnimation

Show file 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 property

public List bones
return List

numberOfBones public property

public uint numberOfBones
return uint

numberOfFrames public property

public uint numberOfFrames
return uint

playbackFPS public property

public uint playbackFPS
return uint

timePerFrame public property

public float timePerFrame
return float