| Package | Description |
|---|---|
| cn.leancloud.play.plugin | |
| cn.leancloud.play.plugin.request |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundRoom.sendEventToActors(List<Integer> toActorsIds,
int fromActorId,
byte eventId,
PlayObject eventData,
SendEventOptions options)
发送事件给目标 Actor。
|
void |
BoundRoom.sendEventToInterestGroup(byte toInterestGroup,
int fromActorId,
byte eventId,
PlayObject eventData,
SendEventOptions options)
发送事件给目标接收组
|
void |
BoundRoom.sendEventToReceiverGroup(ReceiverGroup toReceiverGroup,
int fromActorId,
byte eventId,
PlayObject eventData,
SendEventOptions options)
发送事件给目标接收组
|
| Modifier and Type | Field and Description |
|---|---|
static SendEventOptions |
SendEventOptions.emptyOption
空 option
|
| Modifier and Type | Method and Description |
|---|---|
SendEventOptions |
SendEventOptions.SendEventOptionsBuilder.build() |
Copyright © 2019 LeanCloud. All rights reserved.