skybox subsetter

This commit is contained in:
SoulliesOfficial
2025-07-09 01:01:06 -04:00
parent 6533997d59
commit 537caabfa9
128 changed files with 13280 additions and 2268 deletions

View File

@@ -27,6 +27,7 @@ namespace Dreamteck.Splines.Editor
SerializedProperty wrapMode = serializedObject.FindProperty("wrapMode");
SerializedProperty minCycles = serializedObject.FindProperty("minCycles");
SerializedProperty maxCycles = serializedObject.FindProperty("maxCycles");
SerializedProperty is3D = serializedObject.FindProperty("is3D");
SerializedProperty width = serializedObject.FindProperty("width");
SerializedProperty extendDirection = serializedObject.FindProperty("extendDirection");
@@ -40,6 +41,7 @@ namespace Dreamteck.Splines.Editor
EditorGUILayout.PropertyField(pauseWhenNotVisible);
EditorGUILayout.PropertyField(emitPoint);
EditorGUILayout.PropertyField(offset);
EditorGUILayout.PropertyField(is3D);
EditorGUILayout.PropertyField(width);
if (width.floatValue < 0f) width.floatValue = 0f;
EditorGUILayout.PropertyField(extendDirection);