terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Types | |
enum | ReorderStyle { None , ReverseAllItems , ReverseLine , ReverseColumns , SwapColumns } |
Public Member Functions | |
DraggableItemGrid_Layout () | |
Public Attributes | |
float | MomentumScale |
float | MomentumDampen |
float | MomentumExtraDampenOutOfBounds |
float | OutOfBoundsOffsetLerpScale |
int | AlphaFalloff = 10 |
bool | DragHorizontal = true |
float | DragThreshold = (float)16672 |
bool | EnableDragUnderLimit |
Vector2 | MaxDragRegion |
bool | ExplicitDragRegionSize |
ControlAnchor.ControlId | DragRegionEndAnchorControl |
LayoutCalculator.AnchorType | DragRegionEndItemAnchor = LayoutCalculator.AnchorType.TopLeft |
Vector2 | DragRegionEndItemLocation |
int | DragRegionTopOffset |
int | DragRegionBottomOffset |
bool | Horizontal = true |
ItemGrid_Layout.ReorderStyle | Reorder |
int | ItemCount |
int | ItemLineCount |
Vector2 | PickingBorder = 1 |
Vector2 | PickingOffset = 1 |
Vector2 | ExtraElementSpacing = 1 |
ControlAnchor.ControlId | FirstAnchorControl |
LayoutCalculator.AnchorType | FirstItemAnchor = LayoutCalculator.AnchorType.TopLeft |
Vector2 | FirstItemLocation = 1 |
Vector2 | StackCountOffset = 1 |
Vector2 | AmmoCountOffset = 1 |
bool | CentreAlign |
bool | RightAlign |
Definition at line 6 of file DraggableItemGrid_Layout.cs.