|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Inheritance diagram for Terraria.ModLoader.SurfaceBackgroundStylesLoader:
Collaboration diagram for Terraria.ModLoader.SurfaceBackgroundStylesLoader:Public Member Functions | |
| SurfaceBackgroundStylesLoader () | |
| override void | ChooseStyle (out int style, out SceneEffectPriority priority) |
| void | ModifyFarFades (int style, float[] fades, float transitionSpeed) |
| void | DrawFarTexture () |
| void | DrawMiddleTexture () |
| void | DrawCloseBackground (int style) |
| void | UpdateSceneEffect (Player player) |
| void | UpdateMusic (ref int music, ref SceneEffectPriority priority) |
| int | Register (T obj) |
| T | Get (int id) |
Static Public Attributes | |
| const int | VanillaSceneEffectCount |
Protected Member Functions | |
| int | Reserve () |
Package Functions | |
| override void | ResizeArrays () |
| override void | Unload () |
| void | Initialize (int vanillaCount) |
| Initializes the loader based on the vanilla count of the ModType. | |
Package Attributes | |
| List< T > | list |
Static Package Attributes | |
| static bool | loaded |
Properties | |
| int | VanillaCount [get, set] |
| int | TotalCount [get, set] |
Definition at line 10 of file SurfaceBackgroundStylesLoader.cs.