阶段性完成
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace LeTai.Asset.TranslucentImage
|
||||
{
|
||||
public abstract class BlurConfig : ScriptableObject
|
||||
{
|
||||
public abstract float Strength { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user