Photon Server API Documentation
v5.0RC1
Represents a message for rooms. More...
Public Member Functions | |
| RoomMessage (byte action) | |
| Initializes a new instance of the RoomMessage class. More... | |
| RoomMessage (byte action, object message) | |
| Initializes a new instance of the RoomMessage class. More... | |
Properties | |
| object | Message [get] |
| Gets the message. More... | |
| byte | Action [get] |
| Gets the action. More... | |
Represents a message for rooms.
|
inline |
Initializes a new instance of the RoomMessage class.
| action | The action. |
|
inline |
Initializes a new instance of the RoomMessage class.
| action | The action. |
| message | The message. |
|
get |
Gets the action.
The action.
|
get |
Gets the message.
The message.