Files

11 lines
190 B
C#
Raw Permalink Normal View History

2026-04-28 16:48:04 +08:00
using UnityEngine;
namespace Unity.RenderStreaming.EditorTest
{
class AudioCodecInfoObject : ScriptableObject
{
[SerializeField]
public AudioCodecInfo info;
}
}