From 6ce8b9e22fc13be34b442c7b6af48b42cd44275a Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Wed, 13 Mar 2024 11:00:58 +0800 Subject: +init --- .../PostProcessingComponentRenderTexture.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 UnityEngine.PostProcessing/PostProcessingComponentRenderTexture.cs (limited to 'UnityEngine.PostProcessing/PostProcessingComponentRenderTexture.cs') diff --git a/UnityEngine.PostProcessing/PostProcessingComponentRenderTexture.cs b/UnityEngine.PostProcessing/PostProcessingComponentRenderTexture.cs new file mode 100644 index 0000000..8284bb2 --- /dev/null +++ b/UnityEngine.PostProcessing/PostProcessingComponentRenderTexture.cs @@ -0,0 +1,8 @@ +namespace UnityEngine.PostProcessing; + +public abstract class PostProcessingComponentRenderTexture : PostProcessingComponent where T : PostProcessingModel +{ + public virtual void Prepare(Material material) + { + } +} -- cgit v1.1-26-g67d0