// every animation clip has its own method #region Animation Methods void Idle() { if (seo != null) { seo.playIdleAnimation(); } }