|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | MenuTree |
Public Attributes | |
| StyleDimension | Top |
| StyleDimension | Left |
| StyleDimension | Width |
| StyleDimension | Height |
| StyleDimension | MaxWidth = StyleDimension.Fill |
| StyleDimension | MaxHeight = StyleDimension.Fill |
| StyleDimension | MinWidth = StyleDimension.Empty |
| StyleDimension | MinHeight = StyleDimension.Empty |
| bool | IgnoresMouseInteraction |
| bool | OverflowHidden |
| SamplerState | OverrideSamplerState |
| float | PaddingTop |
| float | PaddingLeft |
| float | PaddingRight |
| float | PaddingBottom |
| float | MarginTop |
| float | MarginLeft |
| float | MarginRight |
| float | MarginBottom |
| float | HAlign |
| float | VAlign |
| bool | UseImmediateMode |
Protected Member Functions | |
| virtual void | DrawSelf (SpriteBatch spriteBatch) |
| virtual void | DrawChildren (SpriteBatch spriteBatch) |
Protected Attributes | |
| readonly List< UIElement > | Elements = new List<UIElement>() |
Properties | |
| bool | IsShowingResearchMenu [get] |
| UIElement | Parent [get, private set] |
| int | UniqueId [get, private set] |
| IEnumerable< UIElement > | Children [get] |
| bool | IsMouseHovering [get, private set] |
Private Types | |
| enum | OpenMainSubCategory { None , InfiniteItems , ResearchWindow , Time , Weather , EnemyStrengthSlider , PersonalPowers } |
| enum | WeatherSubcategory { None , WindSlider , RainSlider } |
| enum | TimeSubcategory { None , TimeRate } |
| enum | PersonalSubcategory { None , EnemySpawnRateSlider } |
Static Private Member Functions | |
| static void | CategoryButton_OnUpdate_DisplayTooltips (UIElement affectedElement, string categoryNameKey) |
Static Private Attributes | |
| const int | INITIAL_LEFT_PIXELS = 20 |
| const int | LEFT_PIXELS_PER_STRIP_DEPTH = 60 |
| const string | STRIP_MAIN = "strip 0" |
| const string | STRIP_DEPTH_1 = "strip 1" |
| const string | STRIP_DEPTH_2 = "strip 2" |
| static readonly RasterizerState | OverflowHiddenRasterizerState |
| static int | _idCounter = 0 |
Definition at line 13 of file UICreativePowersMenu.cs.