This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---------------------------------------------------------------------------- | |
| // The MIT License | |
| // TextGradient https://gist.github.com/mopsicus/9d344451ca614d7e9937bc0c6da2b21d | |
| // Copyright (c) 2020 Mopsicus <mail@mopsicus.ru> | |
| // ---------------------------------------------------------------------------- | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using TMPro; |