Interface IAnmationSequence
Namespace: AnimationHelpers
Assembly: cs.temp.dll.dll
Syntax
public interface IAnmationSequence
Methods
ConstructCoroutine()
Construct a coroutine which perfomece the animation every frame
Declaration
IEnumerator ConstructCoroutine()
Returns
Type | Description |
---|---|
IEnumerator |
Reverse()
Reverse the animation
Declaration
void Reverse()
StartManualAnimation()
Start the animation manual
Declaration
void StartManualAnimation()
UpdateAnimation()
Updates the animation values
Declaration
bool UpdateAnimation()
Returns
Type | Description |
---|---|
System.Boolean | Is the animation still running (false when finished) |