Inspector内容开始填充完善
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user