UILoadSpriteHand.cs 132 B

12345678
  1. namespace UnityEngine.UI
  2. {
  3. public interface UILoadSpriteHand
  4. {
  5. void ReleaseUI();
  6. Sprite GetSprite();
  7. }
  8. }