Upload from upload_mods.ps1
This commit is contained in:
12
KFAttached/Render/BokehBlurTargetRef.cs
Normal file
12
KFAttached/Render/BokehBlurTargetRef.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace KFCommonUtilityLib.KFAttached.Render
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
public class BokehBlurTargetRef : MonoBehaviour
|
||||
{
|
||||
#if NotEditor
|
||||
internal MagnifyScope target;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user