C# 클래스 MegaMan.Engine.PaletteSystem

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
Get ( string paletteName ) : Palette
LoadPalettes ( IEnumerable paletteInfos ) : void
ResetAll ( ) : void
Unload ( ) : void

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string paletteName ) : Palette
paletteName string
리턴 Palette

LoadPalettes() 공개 정적인 메소드

public static LoadPalettes ( IEnumerable paletteInfos ) : void
paletteInfos IEnumerable
리턴 void

ResetAll() 공개 정적인 메소드

public static ResetAll ( ) : void
리턴 void

Unload() 공개 정적인 메소드

public static Unload ( ) : void
리턴 void