mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-15 20:20:08 +00:00
14 lines
326 B
C#
14 lines
326 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEditor;
|
|
|
|
namespace YooAsset.Editor
|
|
{
|
|
public class RawFileBuildParameters : BuildParameters
|
|
{
|
|
/// <summary>
|
|
/// 文件哈希值计算包含路径信息
|
|
/// </summary>
|
|
public bool IncludePathInHash = false;
|
|
}
|
|
} |