Ejemplo n.º 1
0
 /// <summary>Get whether this instance can load the initial version of the given asset.</summary>
 /// <param name="asset">Basic metadata about the asset being loaded.</param>
 public bool CanLoad <T>(IAssetInfo asset)
 {
     if (m_globalConfig.IsEnable)
     {
         return(m_contentHelper.CanLoad <T>(asset));
     }
     return(false);
 }