Added new KeywordEnumTypeDrawer;

Added new method to use generic to add ui scope
This commit is contained in:
2025-08-17 13:01:40 +09:00
parent 86f0bf639c
commit 8250bc128d
9 changed files with 143 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ namespace Misaki.ShaderGUI
public MaterialEditor Editor => editor;
public abstract void LoadMaterialProperties();
protected abstract void LoadMaterialProperties();
protected abstract void DrawContent();