C# 클래스 OurSonic.TilePaletteAnimationManager

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

공개 프로퍼티들

프로퍼티 타입 설명
Animations TilePaletteAnimation>.JsDictionary

공개 메소드들

메소드 설명
ClearCache ( ) : void
GetCurrentFrame ( int paletteAnimationIndex ) : TilePaletteAnimationFrame
GetPaletteAnimation ( int paletteAnimationIndex ) : TilePaletteAnimation
TickAnimatedPalettes ( ) : void
TilePaletteAnimationManager ( SonicManager sonicManager ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

GetCurrentFrame() 공개 메소드

public GetCurrentFrame ( int paletteAnimationIndex ) : TilePaletteAnimationFrame
paletteAnimationIndex int
리턴 TilePaletteAnimationFrame

GetPaletteAnimation() 공개 메소드

public GetPaletteAnimation ( int paletteAnimationIndex ) : TilePaletteAnimation
paletteAnimationIndex int
리턴 TilePaletteAnimation

TickAnimatedPalettes() 공개 메소드

public TickAnimatedPalettes ( ) : void
리턴 void

TilePaletteAnimationManager() 공개 메소드

public TilePaletteAnimationManager ( SonicManager sonicManager ) : System.Collections.Generic
sonicManager SonicManager
리턴 System.Collections.Generic

프로퍼티 상세

Animations 공개적으로 프로퍼티

public JsDictionary Animations
리턴 TilePaletteAnimation>.JsDictionary