예제 #1
0
        public override void OnEnable()
        {
            titleContent = new GUIContent("Wire Manager", Icons.Plug(IconSize.Small));

            RowHeight = 22;

            base.OnEnable();
        }
예제 #2
0
 protected override Texture2D StatusIcon(bool status) => Icons.Plug(IconSize.Small, status ? IconColor.Orange : IconColor.Gray);