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