// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
|
|
|
|
namespace Oculus.Platform
|
|
{
|
|
|
|
using Description = System.ComponentModel.DescriptionAttribute;
|
|
|
|
public enum RoomJoinPolicy : int
|
|
{
|
|
[Description("NONE")]
|
|
None,
|
|
|
|
[Description("EVERYONE")]
|
|
Everyone,
|
|
|
|
[Description("FRIENDS_OF_MEMBERS")]
|
|
FriendsOfMembers,
|
|
|
|
[Description("FRIENDS_OF_OWNER")]
|
|
FriendsOfOwner,
|
|
|
|
[Description("INVITED_USERS")]
|
|
InvitedUsers,
|
|
|
|
[Description("UNKNOWN")]
|
|
Unknown,
|
|
|
|
}
|
|
|
|
}
|