TowerVR
1.0
|
Public Member Functions | |
SelectTowerPieceEvent (TowerPieceDifficulty difficulty) | |
![]() | |
PhotonNetworkEvent () | |
bool | trySend () |
Static Public Member Functions | |
static bool | TryParse (object obj, out TowerPieceDifficulty chosenDifficulty) |
Protected Member Functions | |
sealed override bool | contentIsValid () |
![]() | |
void | setReceivers (ReceiverGroup receiverGroup) |
void | setReceivers (params int[] playerIDs) |
Additional Inherited Members | |
![]() | |
byte | eventCode [get, set] |
object | content [get, set] |
RaiseEventOptions | eventOptions [get, set] |
string | trySendError [get, protected set] |
An event sent to the master client when the current player places his/her current tower piece.
TowerVR.SelectTowerPieceEvent.SelectTowerPieceEvent | ( | TowerPieceDifficulty | difficulty | ) |
|
protectedvirtual |
Override this to provide extra content validation.
Reimplemented from PhotonNetworkEvent.
|
static |
Tries to parse the contents of the event.