11 lines
190 B
C#
11 lines
190 B
C#
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
namespace Unity.RenderStreaming.EditorTest
|
||
|
|
{
|
||
|
|
class AudioCodecInfoObject : ScriptableObject
|
||
|
|
{
|
||
|
|
[SerializeField]
|
||
|
|
public AudioCodecInfo info;
|
||
|
|
}
|
||
|
|
}
|