Click or drag to resize
AnimationExtensions Class
Extension methods for Unity animation objects.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.AnimationsAnimationExtensions

Namespace: Slash.Unity.Common.Animations
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public static class AnimationExtensions
Methods
  NameDescription
Public methodStatic memberWhilePlaying(Animation)
Keeps yielding while the animation is playing.
Public methodStatic memberWhilePlaying(Animation, String)
Keeps yielding while the specified animation is playing.
Top
See Also