Example #1
0
 public bool IsHandle(Object asset, ExportOptions options)
 {
     return(EngineExportCollection.IsEngineAsset(asset, options.Version));
 }
 public bool IsHandle(Object asset)
 {
     return(EngineExportCollection.IsEngineAsset(asset));
 }