Iuvo Unity 0.5.1
This is library containing a variety of helper classes and extension methods for the Unity gane engine.
GitHub | Iuvo Unity Updates | Creator
Loading...
Searching...
No Matches
AnimationIKTarget.cs File Reference

Classes

class  IuvoUnity.Animations.AnimationIKTarget
 Represents an inverse kinematics (IK) target for animations. More...

Namespaces

namespace  IuvoUnity
namespace  IuvoUnity.Animations

Class Documentation

◆ IuvoUnity::Animations::AnimationIKTarget

class IuvoUnity::Animations::AnimationIKTarget

Represents an inverse kinematics (IK) target for animations.

Note
This class should encapsulate all the necessary data for the IK target, such as the target position, weight, and bone references.
Todo
Implement the animation IK target class
Warning
This class is currently a placeholder and does not contain any implementation.