@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user