啊啊啊FE你这需求真难做啊啊啊

This commit is contained in:
SoulliesOfficial
2025-07-03 18:14:17 -04:00
parent ffb97c6d28
commit 6533997d59
21 changed files with 22026 additions and 16139 deletions

View File

@@ -27,6 +27,8 @@ namespace Dreamteck.Splines.Editor
SerializedProperty wrapMode = serializedObject.FindProperty("wrapMode");
SerializedProperty minCycles = serializedObject.FindProperty("minCycles");
SerializedProperty maxCycles = serializedObject.FindProperty("maxCycles");
SerializedProperty width = serializedObject.FindProperty("width");
SerializedProperty extendDirection = serializedObject.FindProperty("extendDirection");
EditorGUI.BeginChangeCheck();
EditorGUILayout.PropertyField(_particleSystem, new GUIContent("Particle System"));
@@ -38,6 +40,9 @@ namespace Dreamteck.Splines.Editor
EditorGUILayout.PropertyField(pauseWhenNotVisible);
EditorGUILayout.PropertyField(emitPoint);
EditorGUILayout.PropertyField(offset);
EditorGUILayout.PropertyField(width);
if (width.floatValue < 0f) width.floatValue = 0f;
EditorGUILayout.PropertyField(extendDirection);
EditorGUILayout.PropertyField(applyRotation);
EditorGUILayout.PropertyField(volumetric);
if (volumetric.boolValue)