Photon Unity Networking v1.101

Public Attributes | List of all members
FindFriendsOptions Class Reference

Options for OpFindFriends can be combined to filter which rooms of friends are returned. More...

Public Attributes

bool CreatedOnGs = false
 Include a friend's room only if it is created and confirmed by the game server. More...
 
bool Visible = false
 Include a friend's room only if it is visible (using Room.IsVisible). More...
 
bool Open = false
 Include a friend's room only if it is open (using Room.IsOpen). More...
 

Detailed Description

Options for OpFindFriends can be combined to filter which rooms of friends are returned.

Member Data Documentation

◆ CreatedOnGs

bool FindFriendsOptions.CreatedOnGs = false

Include a friend's room only if it is created and confirmed by the game server.

◆ Open

bool FindFriendsOptions.Open = false

Include a friend's room only if it is open (using Room.IsOpen).

◆ Visible

bool FindFriendsOptions.Visible = false

Include a friend's room only if it is visible (using Room.IsVisible).