Use the Member color for the member filter toggles, move InspectorManager

This commit is contained in:
Sinai
2021-05-10 23:09:21 +10:00
parent cef4c2f3fb
commit 18d2518231
4 changed files with 5 additions and 4 deletions

View File

@ -90,7 +90,7 @@ namespace UnityExplorer
}
/// <summary>
/// Assumes the string is a 6-digit RGB Hex color code, which it will parse into a UnityEngine.Color.
/// Assumes the string is a 6-digit RGB Hex color code (with optional leading #) which it will parse into a UnityEngine.Color.
/// Eg, FF0000 -> RGBA(1,0,0,1)
/// </summary>
public static Color ToColor(this string _string)