C# Class Alexandria.Engines.UltimaUnderworld.State

Static game state.
Inheritance: Alexandria.PathState
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
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

Method Details

Get() public static method

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

GetPalette() public method

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

State() public method

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