Inspector内容开始填充完善

This commit is contained in:
SoulliesOfficial
2025-02-17 14:46:14 -05:00
parent d77e1a0f70
commit 8d4772532f
84 changed files with 4340 additions and 208 deletions

View File

@@ -37,7 +37,8 @@ public class BasePrefabsCollection : SerializedScriptableObject
public GameObject text;
public GameObject button;
public GameObject toggle;
public GameObject dropdown;
[FormerlySerializedAs("dropdown")] public GameObject enumDropdown;
public GameObject stringListDropdown;
public GameObject baseColorPicker;
public GameObject emissionColorPicker;
[Title("DynamicUI相关-Composite")]
@@ -46,4 +47,8 @@ public class BasePrefabsCollection : SerializedScriptableObject
public GameObject animatedFloatUnit;
public GameObject animatedIntUnit;
public GameObject animatedBoolUnit;
[Title("Background相关")]
public Sprite defaultBackground;
public Material defaultSkyboxMaterial;
}