public static Object LoadRes(string asset, Type type)
 {
     return(ResLoader.LoadRes(asset, type));
 }