terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
void | DrawTo (SpriteBatch spriteBatch, Vector2 position) |
void | DrawForeground (SpriteBatch spriteBatch) |
MinimapFrameManager () | |
void | BindTo (Preferences preferences) |
void | LoadContent (AssetRequestMode mode) |
void | CycleSelection () |
void | SetActiveMinimapFromLoadedConfigKey () |
Protected Member Functions | |
override void | Configuration_OnLoad (Preferences obj) |
override void | Configuration_Save (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 | CreateAndAdd (string name, Vector2 frameOffset, Vector2 resetPosition, Vector2 zoomInPosition, Vector2 zoomOutPosition, AssetRequestMode mode) |
void | SetActiveFrame (string frameName) |
void | SetActiveFrame (TCycleType frame) |
Private Attributes | |
string< ActiveSelectionKeyName > | k__BackingField |
Definition at line 11 of file MinimapFrameManager.cs.