clean project
This commit is contained in:
15
Assets/Oculus/Platform/Scripts/IMicrophone.cs
Normal file
15
Assets/Oculus/Platform/Scripts/IMicrophone.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
using System;
|
||||
|
||||
namespace Oculus.Platform
|
||||
{
|
||||
public interface IMicrophone
|
||||
{
|
||||
void Start();
|
||||
|
||||
void Stop();
|
||||
|
||||
float[] Update();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user