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

GetTexture() публичный статический Метод

Gets light or dark version of the specified texture.
public static GetTexture ( ReorderableListTexture name ) : Texture2D
name ReorderableListTexture
Результат UnityEngine.Texture2D
        public static Texture2D GetTexture(ReorderableListTexture name)
        {
            return s_Cached[(int)name];
        }