UnityEssentials
Small but useful tools and features for Unity
ISimpleAnimation.cs
Go to the documentation of this file.
1 namespace UnityEngine
2 {
6  public interface ISimpleAnimation { }
7 }
Base interface to create simple animations of any element.