自定义曲线编辑器, Trail界面跟进

This commit is contained in:
SoulliesOfficial
2025-02-28 00:25:23 -05:00
parent 10292f889c
commit 5238cd0e5e
21 changed files with 7294 additions and 118 deletions

View File

@@ -29,10 +29,8 @@ public class BasePrefabsCollection : SerializedScriptableObject
public AudioClip holdNoteEndSound;
public AudioClip flickNoteSound;
[Title("Effect相关")]
[FormerlySerializedAs("bloomShake")]
[Title("Effect相关")]
public GameObject bloomEffect;
[FormerlySerializedAs("cameraShake")]
public GameObject cameraShakeEffect;
public GameObject chromaticAberrationEffect;
public GameObject vignetteEffect;
@@ -42,9 +40,9 @@ public class BasePrefabsCollection : SerializedScriptableObject
[Title("DynamicUI相关-Simple")]
public GameObject dynamicUIContainer;
[FormerlySerializedAs("parameterInputField")] public GameObject inputField;
[FormerlySerializedAs("Vector3inputField")] public GameObject vector3InputField;
[FormerlySerializedAs("text")] public GameObject parameterText;
public GameObject inputField;
public GameObject vector3InputField;
public GameObject parameterText;
public GameObject hintText;
public GameObject button;
public GameObject toggle;
@@ -54,10 +52,12 @@ public class BasePrefabsCollection : SerializedScriptableObject
public GameObject emissionColorPicker;
[Title("DynamicUI相关-Composite")]
public GameObject compositeParameterWindow;
[FormerlySerializedAs("stringUnit")] public GameObject inputFieldUnit;
public GameObject inputFieldUnit;
public GameObject animatedFloatUnit;
public GameObject animatedIntUnit;
public GameObject animatedBoolUnit;
public GameObject customCurveKeyframeUnit;
public GameObject customCurveWrapModeUnit;
[Title("Background相关")]
public Sprite defaultBackground;