Borodar.ReorderableList.Internal.ReorderableListResources.GenerateSpecialTextures C# (CSharp) Метод

GenerateSpecialTextures() приватный статический Метод

Generate special textures.
private static GenerateSpecialTextures ( ) : void
Результат void
        private static void GenerateSpecialTextures()
        {
            texHighlightColor = CreatePixelTexture("(Generated) Highlight Color", ReorderableListStyles.SelectionBackgroundColor);
        }