|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Inheritance diagram for Terraria.GameContent.UI.Elements.UIBestiaryNPCEntryPortrait:Public Attributes | |
| StyleDimension | Top |
| StyleDimension | Left |
| StyleDimension | Width |
| StyleDimension | Height |
| StyleDimension | MaxWidth |
| StyleDimension | MaxHeight |
| StyleDimension | MinWidth |
| StyleDimension | MinHeight |
| 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 |
Properties | |
| BestiaryEntry | Entry [get, private set] |
| UIElement | Parent [get, private set] |
| int | UniqueId [get, private set] |
| IEnumerable< UIElement > | Children [get] |
| UIElement.MouseEvent | OnLeftMouseDown |
| UIElement.MouseEvent | OnLeftMouseUp |
| UIElement.MouseEvent | OnLeftClick |
| UIElement.MouseEvent | OnLeftDoubleClick |
| UIElement.MouseEvent | OnRightMouseDown |
| UIElement.MouseEvent | OnRightMouseUp |
| UIElement.MouseEvent | OnRightClick |
| UIElement.MouseEvent | OnRightDoubleClick |
| UIElement.MouseEvent | OnMouseOver |
| UIElement.MouseEvent | OnMouseOut |
| UIElement.ScrollWheelEvent | OnScrollWheel |
| UIElement.ElementEvent | OnUpdate |
| bool | IsMouseHovering [get, private set] |
Private Member Functions | |
| CalculatedStyle | GetDimensionsBasedOnParentDimensions (CalculatedStyle parentDimensions) |
Private Attributes | |
| BestiaryEntry< Entry > | k__BackingField |
| bool | _isInitialized |
| CalculatedStyle | _innerDimensions |
| CalculatedStyle | _dimensions |
| CalculatedStyle | _outerDimensions |
| SnapPoint | _snapPoint |
Static Private Attributes | |
| static readonly RasterizerState | OverflowHiddenRasterizerState |
| static int | _idCounter |
Definition at line 12 of file UIBestiaryNPCEntryPortrait.cs.