C# Class OurSonic.TilePaletteAnimationFrame

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

Private Properties

Property Type Description
clonePalette void

Public Methods

Method Description
ClearPalette ( ) : void
SetPalette ( ) : void
TilePaletteAnimationFrame ( int frameIndex, TilePaletteAnimation animation ) : System.Collections.Generic

Private Methods

Method Description
clonePalette ( string levelPalette ) : void

Method Details

ClearPalette() public method

public ClearPalette ( ) : void
return void

SetPalette() public method

public SetPalette ( ) : void
return void

TilePaletteAnimationFrame() public method

public TilePaletteAnimationFrame ( int frameIndex, TilePaletteAnimation animation ) : System.Collections.Generic
frameIndex int
animation TilePaletteAnimation
return System.Collections.Generic