C# 클래스 LOLViewer.Graphics.GLAnimation

파일 보기 프로젝트 열기: utensil/lolmodelviewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bones List
numberOfBones uint
numberOfFrames uint
playbackFPS uint
timePerFrame float

공개 메소드들

메소드 설명
GLAnimation ( ) : System

메소드 상세

GLAnimation() 공개 메소드

public GLAnimation ( ) : System
리턴 System

프로퍼티 상세

bones 공개적으로 프로퍼티

public List bones
리턴 List

numberOfBones 공개적으로 프로퍼티

public uint numberOfBones
리턴 uint

numberOfFrames 공개적으로 프로퍼티

public uint numberOfFrames
리턴 uint

playbackFPS 공개적으로 프로퍼티

public uint playbackFPS
리턴 uint

timePerFrame 공개적으로 프로퍼티

public float timePerFrame
리턴 float