Esempio n. 1
0
        protected override void OnEditorBuildCache(PoolCache c_, Transform ct)
        {
            base.OnEditorBuildCache(c_, ct);

            var c     = c_ as UIAnimImageCache;
            var image = c.Graphic as OptimizedImage;

            image.Caches = this.Sprites;
        }
Esempio n. 2
0
 protected override void OnEditorBuildCache(PoolCache c_, Transform ct)
 {
     base.OnEditorBuildCache(c_, ct);
 }