Ejemplo n.º 1
0
 public void SetAsFixed(Vector2 fixedLocation = default)
 {
     if (fixedLocation == default)
     {
         fixedLocation = FixedLocation;
     }
     FixedLocation = fixedLocation;
     StartLocation = fixedLocation;
     Style         = TouchStickStyle.Fixed;
 }
Ejemplo n.º 2
0
 public void SetAsFree()
 => Style = TouchStickStyle.Free;
Ejemplo n.º 3
0
 public void SetAsFreefollow()
 => Style = TouchStickStyle.FreeFollow;