Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disable the Update of the CurvySpline
#7
Splines rely on some internal cached data to work properly. This cache is updated whenever a relevant change to the spline happens. When the spline is disabled, the code stops monitoring those changes. So when it is enabled again, the call rebuilds the cache. That's why it is extensive.

No worries about bothering me. All I ask for is that the users try to find the answer first by searching on their side inside all the provided information, which you already do, so it's ok.

You spoke about abstract classes. I think you mixed it with partial classes. CurvySpline is not an abstract class, but I do indeed use abstract classes in Curvy, like CurvyController. Here is the list of key words in C#
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/
By consulting it right now, I learned that not only classes can be partial, but methods too. That was thanks to you Smile
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Messages In This Thread
RE: Disable the Update of the CurvySpline - by _Aka_ - 05-22-2019, 02:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Disable rebuild of meshes in dynamic mode Zilk1 1 8 10-04-2023, 09:50 AM
Last Post: _Aka_
  Disable Generator Rasterized Objects SAMYTHEBIGJUICY 3 5 09-01-2023, 03:38 PM
Last Post: _Aka_
  I have a question about curvySpline haifeng.huang 12 32 07-14-2023, 09:34 AM
Last Post: _Aka_
  "Deadloop in CurvySPline.Refresh" spam Valkymaera 3 11 05-30-2023, 10:56 AM
Last Post: _Aka_

Forum Jump: