Class AnimationExtensions
Represents a series of Animation extension methods.
Inherited Members
Namespace: TriLibCore.Extensions
Assembly: TriLibCore.dll
Syntax
public static class AnimationExtensions
Methods
GetAllAnimationClips(Animation)
Gets all Animation Clips from the given Animation Component.
Declaration
public static List<AnimationClip> GetAllAnimationClips(this Animation animation)
Parameters
Type | Name | Description |
---|---|---|
Animation | animation | The Animation Component containing the Animation Clips. |
Returns
Type | Description |
---|---|
List<AnimationClip> | The animation clips from the given animation component. |