C# Class OurSonic.TilePaletteAnimation

ファイルを表示 Open project: OurSonic/OurSonicSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetCurrentFrame ( ) : TilePaletteAnimationFrame
Init ( ) : void
Tick ( ) : void
TilePaletteAnimation ( TilePaletteAnimationManager manager, PaletteItem animatedPaletteData ) : System.Collections.Generic

Method Details

GetCurrentFrame() public method

public GetCurrentFrame ( ) : TilePaletteAnimationFrame
return TilePaletteAnimationFrame

Init() public method

public Init ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

TilePaletteAnimation() public method

public TilePaletteAnimation ( TilePaletteAnimationManager manager, PaletteItem animatedPaletteData ) : System.Collections.Generic
manager TilePaletteAnimationManager
animatedPaletteData OurSonic.Level.PaletteItem
return System.Collections.Generic