C# 클래스 LOLFileReader.ANMFile

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

공개 프로퍼티들

프로퍼티 타입 설명
bones List
id String
magic System.UInt32
numberOfBones System.UInt32
numberOfFrames System.UInt32
playbackFPS System.UInt32
version System.UInt32

공개 메소드들

메소드 설명
ANMFile ( ) : System

메소드 상세

ANMFile() 공개 메소드

public ANMFile ( ) : System
리턴 System

프로퍼티 상세

bones 공개적으로 프로퍼티

public List bones
리턴 List

id 공개적으로 프로퍼티

public String id
리턴 String

magic 공개적으로 프로퍼티

public UInt32,System magic
리턴 System.UInt32

numberOfBones 공개적으로 프로퍼티

public UInt32,System numberOfBones
리턴 System.UInt32

numberOfFrames 공개적으로 프로퍼티

public UInt32,System numberOfFrames
리턴 System.UInt32

playbackFPS 공개적으로 프로퍼티

public UInt32,System playbackFPS
리턴 System.UInt32

version 공개적으로 프로퍼티

public UInt32,System version
리턴 System.UInt32