Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static void | ProcessSpecialWorldSeeds (string processedSeed) |
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 |
Static Public Attributes | |
const int | MAX_NAME_LENGTH = 27 |
const int | MAX_SEED_LENGTH = 40 |
Protected Member Functions | |
virtual 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 Types | |
enum | WorldSizeId { Small , Medium , Large } |
enum | WorldDifficultyId { Normal , Expert , Master , Creative } |
enum | WorldEvilId { Random , Corruption , Crimson } |
Static Private Member Functions | |
static void | AddHorizontalSeparator (UIElement Container, float accumualtedHeight) |
Private Attributes | |
WorldSizeId | _optionSize |
WorldDifficultyId | _optionDifficulty |
WorldEvilId | _optionEvil |
string | _optionwWorldName |
string | _optionSeed |
UICharacterNameButton | _namePlate |
UICharacterNameButton | _seedPlate |
UIWorldCreationPreview | _previewPlate |
GroupOptionButton< WorldSizeId >[] | _sizeButtons |
GroupOptionButton< WorldDifficultyId >[] | _difficultyButtons |
GroupOptionButton< WorldEvilId >[] | _evilButtons |
UIText | _descriptionText |
bool | _isInitialized |
CalculatedStyle | _innerDimensions |
CalculatedStyle | _dimensions |
CalculatedStyle | _outerDimensions |
SnapPoint | _snapPoint |
Static Private Attributes | |
static readonly RasterizerState | OverflowHiddenRasterizerState |
static int | _idCounter = 0 |
Definition at line 18 of file UIWorldCreation.cs.