Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | TryToHoverOverResources () |
void | Draw () |
void | BindTo (Preferences preferences) |
void | LoadContent (AssetRequestMode mode) |
void | CycleSelection () |
void | SetActiveMinimapFromLoadedConfigKey () |
Protected Member Functions | |
override void | Configuration_Save (Preferences obj) |
override void | Configuration_OnLoad (Preferences obj) |
override void | PopulateOptionsAndLoadContent (AssetRequestMode mode) |
void | Configuration_Save (Preferences obj) |
void | Configuration_OnLoad (Preferences obj) |
void | Wrapped_Configuration_OnLoad (Preferences obj) |
void | PopulateOptionsAndLoadContent (AssetRequestMode mode) |
Protected Attributes | |
Dictionary< string, TCycleType > | Options |
TCycleType | ActiveSelection |
string | ActiveSelectionConfigKey |
bool | LoadedContent |
Properties | |
string | ActiveSelectionKeyName [get, private set] |
Private Member Functions | |
void | SetActiveFrame (string frameName) |
void | SetActiveFrame (TCycleType frame) |
Definition at line 7 of file PlayerResourceSetsManager2.cs.