PckStudio(SkinRenderer) - Add property 'IsInitialized'

This commit is contained in:
miku-666
2025-11-28 06:34:47 +01:00
parent 726ad414d7
commit 3d301c958e

View File

@@ -87,6 +87,8 @@ namespace PckStudio.Rendering
[Category("Appearance")]
public Color HighlightlingColor { get; set; } = Color.Aqua;
public bool IsInitialized => initialized;
public int SelectedIndex
{
get => selectedIndices.Length > 0 ? selectedIndices[0] : -1;