C# 클래스 LOLFileReader.ANMReader

파일 보기 프로젝트 열기: utensil/lolmodelviewer

공개 메소드들

메소드 설명
Read ( IFileEntry file, ANMFile &data, Logger logger ) : bool

Read in binary .anm file from RAF.

비공개 메소드들

메소드 설명
LookUpQuaternion ( Int32 id, List quaternions ) : float[]
LookUpVector ( Int32 id, List vectors ) : float[]
ReadBinary ( MemoryStream input, ANMFile &data, Logger logger ) : bool
ReadData ( BinaryReader file, ANMFile &data, Logger logger ) : bool
RemoveAnimationNamePadding ( String s ) : String

메소드 상세

Read() 공개 정적인 메소드

Read in binary .anm file from RAF.
public static Read ( IFileEntry file, ANMFile &data, Logger logger ) : bool
file IFileEntry The file.
data ANMFile The contents of the file are stored in here.
logger Logger
리턴 bool