Back To Index

RoomProperty

Jump To Parameters


Parameter Definitions

Select the parameter name from below to jump directly to it on this page.

Password
PrivateRoomType
PublicRoomType
RoomName
RoomType


Password

CONST string that is used by other classes when making the password key. Used in photon RoomProperty definitions.

Exposed Value Type Default Value
const string “PW”

Back To Top


PrivateRoomType

CONST string that is used by other classes when making a private room key. Used in photon RoomProperty definitions.

Exposed Value Type Default Value
const string “PRIVATE”

Back To Top


PublicRoomType

CONST string that is used by other classes when making a public room key. Used in photon RoomProperty definitions.

Exposed Value Type Default Value
const string “PUBLIC”

Back To Top


RoomName

CONST string that is used by other classes when making the room name key. Used in photon RoomProperty definitions.

Exposed Value Type Default Value
const string “RN”

Back To Top


RoomType

CONST string that is used by other classes when making the room type key. Used in photon RoomProperty definitions.

Exposed Value Type Default Value
const string “RT”

Back To Top