8 using System.Collections;
11 public delegate Object LoadAssetDelegate(
string path, System.Type type);
12 public delegate
string PathFromGUIDDelegate(
string path);
13 public delegate
string GUIDFromPathDelegate(
string guid);
15 public delegate
string GetAssetPathDelegate(Object asset);
22 public interface ISpriteAggregator
28 void Aggregate(PathFromGUIDDelegate guid2Path, LoadAssetDelegate load, GUIDFromPathDelegate path2Guid);
33 Texture2D[] SourceTextures
49 Material GetPackedMaterial(out
string errString);
56 void SetUVs(Rect uvs);