Photon Unity Networking 2 2.45

Static Public Attributes | Properties | List of all members
ChannelCreationOptions Class Reference

Static Public Attributes

static ChannelCreationOptions Default = new ChannelCreationOptions()
 Default values of channel creation options. More...
 

Properties

bool PublishSubscribers [get, set]
 Whether or not the channel to be created will allow client to keep a list of users. More...
 
int MaxSubscribers [get, set]
 Limit of the number of users subscribed to the channel to be created. More...
 

Member Data Documentation

◆ Default

Default values of channel creation options.

Property Documentation

◆ MaxSubscribers

int MaxSubscribers
getset

Limit of the number of users subscribed to the channel to be created.

◆ PublishSubscribers

bool PublishSubscribers
getset

Whether or not the channel to be created will allow client to keep a list of users.