TowerVR
1.0
|
Public Member Functions | |
PlaceTowerPieceEvent (float positionX, float positionZ, float rotationDegreesY) | |
![]() | |
PhotonNetworkEvent () | |
bool | trySend () |
Static Public Member Functions | |
static bool | TryParse (object obj, out float posX, out float posZ, out float rotDegreesY) |
Additional Inherited Members | |
![]() | |
void | setReceivers (ReceiverGroup receiverGroup) |
void | setReceivers (params int[] playerIDs) |
virtual bool | contentIsValid () |
![]() | |
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.PlaceTowerPieceEvent.PlaceTowerPieceEvent | ( | float | positionX, |
float | positionZ, | ||
float | rotationDegreesY | ||
) |
|
static |
Tries to parse the contents of the event.