tModLoader v2023.01
A mod to make and play Terraria mods
|
Public Types | |
enum | SelectionMode { Dpad4 , RadialCircular , RadialQuicks } |
Public Member Functions | |
SelectionRadial (SelectionMode mode=SelectionMode.Dpad4) | |
void | ChangeBinding (int itemSlot) |
void | ChangeSelection (int to) |
void | CopyTo (SelectionRadial that) |
int | GetDrawMode (int itemslot) |
void | Update () |
Public Attributes | |
int[] | Bindings |
SelectionMode | Mode |
int | RadialCount |
Properties | |
int | SelectedBinding [get] |
int | SelectedItem [get] |