饭太稀
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Fantasy.ConfigTable
|
||||
{
|
||||
/// <summary>
|
||||
/// 表示是一个配置文件
|
||||
/// </summary>
|
||||
public interface IConfigTable { }
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ba91b698a7df846c185a3d9e384f71b6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,16 @@
|
||||
namespace Fantasy.ConfigTable
|
||||
{
|
||||
public interface IConfigTableAssetBundle
|
||||
{
|
||||
/// <summary>
|
||||
/// 不同的资源管理器有各自独特的包加载方式。
|
||||
/// 为了满足不同的需求,我们提供了这个接口,允许用户自定义拼装包路径。
|
||||
/// 通过这个接口,用户可以根据自己的特定格式和要求,灵活地加载包,从而提高资源管理的灵活性和效率。
|
||||
/// </summary>
|
||||
/// <param name="assetBundleDirectoryPath"></param>
|
||||
/// <param name="dataConfig"></param>
|
||||
/// <returns></returns>
|
||||
public string Combine(string assetBundleDirectoryPath, string dataConfig);
|
||||
public byte[] LoadConfigTable(string assetBundlePath);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a819f57dfada43d9955a9b402772cf6d
|
||||
timeCreated: 1728549292
|
||||
Reference in New Issue
Block a user