C# 클래스 Alexandria.Engines.UltimaUnderworld.State

Static game state.
상속: Alexandria.PathState
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Get ( Asset asset ) : State

Get the state based on an Asset within the game.

GetPalette ( int index ) : PaletteAsset

Get an indexed palette.

State ( AlexandriaManager manager, string rootPath, FileManager fileManager ) : System

메소드 상세

Get() 공개 정적인 메소드

Get the state based on an Asset within the game.
public static Get ( Asset asset ) : State
asset Asset
리턴 State

GetPalette() 공개 메소드

Get an indexed palette.
public GetPalette ( int index ) : PaletteAsset
index int
리턴 Glare.Assets.PaletteAsset

State() 공개 메소드

public State ( AlexandriaManager manager, string rootPath, FileManager fileManager ) : System
manager AlexandriaManager
rootPath string
fileManager Glare.Assets.FileManager
리턴 System