| Package | Description |
|---|---|
| cn.leancloud.play.plugin |
| Modifier and Type | Method and Description |
|---|---|
Actor |
BoundRoom.getActorByActorId(int actorId)
根据 Actor Id 获取房间玩家 Actor 实例
|
Actor |
BoundRoom.getActorByUserId(String userId)
根据 User Id 获取房间玩家 Actor 实例
|
Actor |
BoundRoom.getMaster()
获取房间 Master 玩家的 Actor 实例
|
| Modifier and Type | Method and Description |
|---|---|
List<Actor> |
BoundRoom.getActorByActorIds(List<Integer> actorIds)
根据 Actor Id 获取房间玩家列表
|
List<Actor> |
BoundRoom.getAllActors()
获取房间所有玩家列表。
|
Copyright © 2019 LeanCloud. All rights reserved.