C# Class Alexandria.Engines.UltimaUnderworld.State

Static game state.
Inheritance: Alexandria.PathState
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode 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 méthode

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

GetPalette() public méthode

Get an indexed palette.
public GetPalette ( int index ) : PaletteAsset
index int
Résultat Glare.Assets.PaletteAsset

State() public méthode

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