| void FloodFill(this Texture2D texture, Vector2Int start, Color color)
Fills an area of one color with another color before the color changes.| Visibility | Public | | Modifiers | static |
Parameters| this Texture2D texture | Texture | | Vector2Int start | Start point | | Color color | Color |
|