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