Files
webRtc/Packages/com.unity.renderstreaming@3.1.0-exp.9/Tests/Editor/VideoCodecInfoObject.cs
2026-04-28 16:48:04 +08:00

11 lines
190 B
C#

using UnityEngine;
namespace Unity.RenderStreaming.EditorTest
{
class VideoCodecInfoObject : ScriptableObject
{
[SerializeField]
public VideoCodecInfo info;
}
}