【m】插件上传
This commit is contained in:
10
Packages/com.unity.renderstreaming@3.1.0-exp.9/Tests/Editor/AudioCodecInfoObject.cs
vendored
Normal file
10
Packages/com.unity.renderstreaming@3.1.0-exp.9/Tests/Editor/AudioCodecInfoObject.cs
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Unity.RenderStreaming.EditorTest
|
||||
{
|
||||
class AudioCodecInfoObject : ScriptableObject
|
||||
{
|
||||
[SerializeField]
|
||||
public AudioCodecInfo info;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user