Files

14 lines
222 B
C#
Raw Permalink Normal View History

2026-04-28 16:48:04 +08:00
using UnityEditor.PackageManager; //StatusCode
namespace Unity.RenderStreaming.Editor
{
internal interface IRequestJob
{
StatusCode Update();
}
} //namespace Unity.RenderStreaming.Editor