|
Terraria v1.4.4.9
Terraria source code documentation
|
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 | |
| override void | DrawSelf (SpriteBatch spriteBatch) |
| virtual void | DrawChildren (SpriteBatch spriteBatch) |
Protected Attributes | |
| readonly List< UIElement > | Elements = new List<UIElement>() |
Properties | |
| UIElement | Parent [get, private set] |
| int | UniqueId [get, private set] |
| IEnumerable< UIElement > | Children [get] |
| bool | IsMouseHovering [get, private set] |
Private Member Functions | |
| CalculatedStyle | GetDimensionsBasedOnParentDimensions (CalculatedStyle parentDimensions) |
Private Attributes | |
| readonly Asset< Texture2D > | _BorderTexture |
| readonly Asset< Texture2D > | _BackgroundExpertTexture |
| readonly Asset< Texture2D > | _BackgroundNormalTexture |
| readonly Asset< Texture2D > | _BackgroundMasterTexture |
| readonly Asset< Texture2D > | _BunnyExpertTexture |
| readonly Asset< Texture2D > | _BunnyNormalTexture |
| readonly Asset< Texture2D > | _BunnyCreativeTexture |
| readonly Asset< Texture2D > | _BunnyMasterTexture |
| readonly Asset< Texture2D > | _EvilRandomTexture |
| readonly Asset< Texture2D > | _EvilCorruptionTexture |
| readonly Asset< Texture2D > | _EvilCrimsonTexture |
| readonly Asset< Texture2D > | _SizeSmallTexture |
| readonly Asset< Texture2D > | _SizeMediumTexture |
| readonly Asset< Texture2D > | _SizeLargeTexture |
| byte | _difficulty |
| byte | _evil |
| byte | _size |
| bool | _isInitialized |
| CalculatedStyle | _innerDimensions |
| CalculatedStyle | _dimensions |
| CalculatedStyle | _outerDimensions |
| SnapPoint | _snapPoint |
Static Private Attributes | |
| static readonly RasterizerState | OverflowHiddenRasterizerState |
| static int | _idCounter = 0 |
Definition at line 8 of file UIWorldCreationPreview.cs.