Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ LinkHorizontalStripBottomSideToSingle()

void Terraria.GameContent.UI.States.UIGamepadHelper.LinkHorizontalStripBottomSideToSingle ( UILinkPoint[] strip,
UILinkPoint theSingle )
inline

Definition at line 138 of file UIGamepadHelper.cs.

139 {
140 if (strip != null && theSingle != null)
141 {
142 for (int num = strip.Length - 1; num >= 0; num--)
143 {
145 }
146 }
147 }
void PairUpDown(UILinkPoint upSide, UILinkPoint downSide)

References Terraria.GameContent.UI.States.UIGamepadHelper.PairUpDown().

Referenced by Terraria.GameContent.UI.States.AWorkshopPublishInfoState< TPublishedObjectType >.SetupGamepadPoints().