Пример #1
0
 /// <summary>
 /// Sets the width of the toolip.
 /// </summary>
 /// <param name="width">Width.</param>
 public static void SetWidth(float width)
 {
     if (mInstance != null)
     {
         mInstance.Internal_SetWidth(width);
     }
 }