mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-24 01:30:14 +00:00
Initial commit
This commit is contained in:
14
Assets/YooAsset/Editor/AssetBundleCollector/IPackRule.cs
Normal file
14
Assets/YooAsset/Editor/AssetBundleCollector/IPackRule.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
namespace YooAsset.Editor
|
||||
{
|
||||
/// <summary>
|
||||
/// 资源打包规则接口
|
||||
/// </summary>
|
||||
public interface IPackRule
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取资源的打包标签
|
||||
/// </summary>
|
||||
string GetAssetBundleLabel(string assetPath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user