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

Classes

class  IuvoUnity.Animations.AnimationSoundEvent
 Represents a sound event triggered by an animation. More...

Namespaces

namespace  IuvoUnity
namespace  IuvoUnity.Animations

Class Documentation

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