Files
VR-WuKong/Assets/ThirdParty/Tools/RenderTextureSaveToPNG/RenderTextureSaveToPNG.cs

9 lines
183 B
C#
Raw Normal View History

2025-11-14 18:44:06 +08:00
using UnityEngine;
using System.Collections;
using System.IO;
public class RenderTextureSaveToPNG : MonoBehaviour
{
public RenderTexture inputTex;
public float maskSrength;
}