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
IuvoUnity.Animations Namespace Reference

Classes

class  AnimationCurve
 Represents a curve for animation keyframes. More...
class  AnimationHandler
class  LegacyAnimationHandler
class  PlayablesHandler
class  AnimationIKPair
 Represents a pair of inverse kinematics (IK) targets and positions for animations. More...
class  AnimationIKPosition
 Represents an inverse kinematics (IK) position for animations. More...
class  AnimationIKTarget
 Represents an inverse kinematics (IK) target for animations. More...
class  AnimationPlayables
 Provides playable assets for animations. More...
class  AnimationSoundEvent
 Represents a sound event triggered by an animation. More...

Class Documentation

◆ IuvoUnity::Animations::AnimationCurve

class IuvoUnity::Animations::AnimationCurve

Represents a curve for animation keyframes.

Todo
Implement animation curve functionality
Warning
This class is currently a placeholder and does not contain any implementation.

◆ IuvoUnity::Animations::AnimationIKPair

class IuvoUnity::Animations::AnimationIKPair

Represents a pair of inverse kinematics (IK) targets and positions for animations.

Note
This class is intended to hold data related to IK targets and their corresponding positions.
Todo
Implement the animation IK pair class
Warning
This class is currently a placeholder and does not contain any implementation.

◆ 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.

◆ 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.

◆ IuvoUnity::Animations::AnimationPlayables

class IuvoUnity::Animations::AnimationPlayables

Provides playable assets for animations.

Note
This class should manage all animation playables, including clips, layers, and states.
Todo
Implement the animation playables class
Warning
This class is currently a placeholder and does not contain any implementation.

◆ IuvoUnity::Animations::AnimationSoundEvent

class IuvoUnity::Animations::AnimationSoundEvent

Represents a sound event triggered by an animation.

Note
This class should encapsulate all the necessary data for the sound event, such as the sound clip, volume, and pitch.
Todo
Implement the animation sound event class
Warning
This class is currently a placeholder and does not contain any implementation.