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

◆ LinkHorizontalStripUpSideToSingle()

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

Definition at line 149 of file UIGamepadHelper.cs.

150 {
151 if (strip != null && theSingle != null)
152 {
153 for (int num = strip.Length - 1; num >= 0; num--)
154 {
156 }
157 }
158 }
void PairUpDown(UILinkPoint upSide, UILinkPoint downSide)

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

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