Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VoumeController Implementation Missing Methods in API
#2
Hi,
GetTangent (and I assume the others as well) is a protected method, meaning that it is not public and can not be referenced from outside the VolumeController's class (or any of its inherited classes).
You can add this code to your VolumeController to make this functionality available from outside the class:

public Vector3 GetTangentAt(float tf)
=> GetTangent(tf);

Did this help?
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: VoumeController Implementation Missing Methods in API - by _Aka_ - 04-24-2024, 12:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Missing Loader errors after build FanManPro 8 9 01-20-2023, 11:45 AM
Last Post: _Aka_
Question Error after upgrade: (are you missing a using directive or an assembly reference?) boriskourt 3 7 05-17-2022, 12:32 PM
Last Post: _Aka_
Wink In SplineController OnPositionReachedList Event is missing shimizu 2 13 02-07-2022, 12:47 PM
Last Post: shimizu
  Missing Bezier Handles in Unity 2021.2.1f1 Flibble 3 213 11-20-2021, 05:08 PM
Last Post: _Aka_

Forum Jump: