using System; using UnityEngine; namespace TriLib { public delegate void TextureLoadHandle(string sourcePath, Material material, string propertyName, Texture2D texture); }