mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-16 14:02:19 +00:00
PckStudio(SkinRenderer) - Add property 'IsInitialized'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user