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
AnimationIKPosition.cs File Reference

Classes

class  IuvoUnity.Animations.AnimationIKPosition
 Represents an inverse kinematics (IK) position for animations. More...

Namespaces

namespace  IuvoUnity
namespace  IuvoUnity.Animations

Class Documentation

◆ IuvoUnity::Animations::AnimationIKPosition

class IuvoUnity::Animations::AnimationIKPosition

Represents an inverse kinematics (IK) position for animations.

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