修修补补

Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
2026-07-17 21:09:34 +08:00
parent df453844e4
commit 19bf49289e
26 changed files with 228698 additions and 47852 deletions

View File

@@ -145,9 +145,11 @@ namespace Dreamteck.Splines
[SerializeField]
[HideInInspector]
private Spline[] _splines = new Spline[0];
[SerializeField]
[HideInInspector]
private bool _initializedInEditor = false;
[SerializeField]
[HideInInspector]
#pragma warning disable CS0414
private bool _initializedInEditor = false;
#pragma warning restore CS0414
private int iterations => _subdivisions * _otherComputers.Length;