Interface IAnimatable


public interface IAnimatable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Play(String animName)
     
    void
    Update(float time)
     
  • Method Details

    • Play

      void Play(String animName)
    • Update

      void Update(float time)