mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-15 12:10:09 +00:00
14 lines
329 B
C#
14 lines
329 B
C#
|
|
namespace YooAsset.Editor
|
|
{
|
|
/// <summary>
|
|
/// 原生文件构建管线的构建参数
|
|
/// </summary>
|
|
public class RawFileBuildParameters : BuildParameters
|
|
{
|
|
/// <summary>
|
|
/// 文件哈希值计算包含路径信息
|
|
/// </summary>
|
|
public bool IncludePathInHash = false;
|
|
}
|
|
} |