skybox subsetter
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user