public interface Actor
| Modifier and Type | Method and Description |
|---|---|
int |
getActorId()
获取玩家 Actor Id
|
PlayObject |
getProperties()
获取玩家在房间内的自定义属性。修改返回的属性无法实际修改玩家属性,请使用
BoundRoom.updatePlayerProperty(int, cn.leancloud.play.collection.PlayObject) 修改玩家属性。 |
String |
getUserId()
获取玩家 User Id
|
int getActorId()
String getUserId()
PlayObject getProperties()
BoundRoom.updatePlayerProperty(int, cn.leancloud.play.collection.PlayObject) 修改玩家属性。Copyright © 2019 LeanCloud. All rights reserved.