Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VoumeController Implementation Missing Methods in API
#3
(04-24-2024, 12:23 PM)_Aka_ Wrote: 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?

Oops! I hadn't noticed in the API reference that these are protected. I had assumed that everything in the API reference was public.

So, yes, your solution helped!

Thank you!
Reply


Messages In This Thread
RE: VoumeController Implementation Missing Methods in API - by pako88 - 04-24-2024, 02:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Generator gameobjects missing offset and rotated beewhale 4 39 2 hours ago
Last Post: _Aka_
  Obsolete methods smitdylan2001 2 582 05-28-2026, 09:28 PM
Last Post: _Aka_
Exclamation CGResourceHandler: Missing loader for resource 'GameObject' on Device vatan 1 2,120 05-15-2025, 09:31 PM
Last Post: _Aka_
  Playmaker setup errors and missing scripts? justifun 9 7,456 08-06-2024, 09:41 AM
Last Post: _Aka_

Forum Jump: