Ejemplo n.º 1
0
 protected override void DrawCell(object val)
 {
     texLoader.Load(val as string, null);
 }
Ejemplo n.º 2
0
        protected override void DrawCell(object val)
        {
            TexLoader loader = gameObject.GetComponentEx <TexLoader>();

            loader.Load(val as string, null);
        }