public static void GenerateOutline(Texture2D texture, Rect rect, float detail, byte alphaTolerance, bool holeDetection, out Vector2[][] paths)
 {
     SpriteUtility.GenerateOutline(texture, rect, detail, alphaTolerance, holeDetection, out paths);
 }