Exemple #1
0
 /// <summary>
 /// Sets the position of the tooltip anchored to the given widget.
 /// </summary>
 /// <param name="target">Target.</param>
 public static void SetPosition(UIWidget target)
 {
     if (mInstance != null)
     {
         mInstance._SetPosition(target);
     }
 }