clean project
This commit is contained in:
21
Assets/Oculus/Platform/Scripts/NetSyncVoipMicSource.cs
Normal file
21
Assets/Oculus/Platform/Scripts/NetSyncVoipMicSource.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
|
||||
|
||||
namespace Oculus.Platform
|
||||
{
|
||||
|
||||
using Description = System.ComponentModel.DescriptionAttribute;
|
||||
|
||||
public enum NetSyncVoipMicSource : int
|
||||
{
|
||||
[Description("UNKNOWN")]
|
||||
Unknown,
|
||||
|
||||
[Description("NONE")]
|
||||
None,
|
||||
|
||||
[Description("INTERNAL")]
|
||||
Internal,
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user