예제 #1
0
 internal static LazyAsset?ImportLazyInner(string assetType, Stream stream, string targetPath, string name,
                                           Permissions perm, string sourcePath, params object[] args)
 {
     return((LazyAsset?)InnerInstance.Import(assetType, false, true, stream, targetPath, name, perm, sourcePath, args));
 }
예제 #2
0
 internal static LazyAsset?ImportLazyInner(string assetType, bool createOnFail, string targetPath, string name, Permissions perm, string sourcePath, params object[] args)
 {
     return((LazyAsset?)InnerInstance.Import(assetType, createOnFail, true, null, targetPath, name, perm, sourcePath, args));
 }