C# 클래스 Nintenlord.Animation_importer.AnimationHandler

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 메소드들

메소드 설명
AnimationHandler ( uint DataHeader ) : System
FromUInt32 ( uint Data ) : byte[]
GraphicsFinder ( ) : void
InsertGraphics ( ) : void
InsertNewAnimation ( ) : void
InsertNewAnimationHeader ( ) : void
InsertNewGraphicsPointers ( ) : void
MainDataFinder ( ) : void

비공개 메소드들

메소드 설명
ToUInt32 ( byte data ) : uint[]

메소드 상세

AnimationHandler() 공개 메소드

public AnimationHandler ( uint DataHeader ) : System
DataHeader uint
리턴 System

FromUInt32() 공개 메소드

public FromUInt32 ( uint Data ) : byte[]
Data uint
리턴 byte[]

GraphicsFinder() 공개 메소드

public GraphicsFinder ( ) : void
리턴 void

InsertGraphics() 공개 메소드

public InsertGraphics ( ) : void
리턴 void

InsertNewAnimation() 공개 메소드

public InsertNewAnimation ( ) : void
리턴 void

InsertNewAnimationHeader() 공개 메소드

public InsertNewAnimationHeader ( ) : void
리턴 void

InsertNewGraphicsPointers() 공개 메소드

public InsertNewGraphicsPointers ( ) : void
리턴 void

MainDataFinder() 공개 메소드

public MainDataFinder ( ) : void
리턴 void