如何在TurnBasedMatch中获得自己的参与者ID? [英] How can I get my own Participant ID in a TurnBasedMatch?

查看:56
本文介绍了如何在TurnBasedMatch中获得自己的参与者ID?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道我可以使用TurnBasedMatch.getParticipants()获取所有参与者,并且我知道可以在轮到玩家时通过TurnBasedMatch.getPendingParticipantId()获得玩家的参与者ID,但是如何获取参与者对象或ID轮到玩家了吗?轮到我时,我当然可以将其保存在本地,以后再阅读,但是有更好的方法吗?

I know I can obtain all Participants with TurnBasedMatch.getParticipants(), and I know I can get the player's Participant id by TurnBasedMatch.getPendingParticipantId() when it is the player's turn, but how can I get the Participant object or id if it isn't the player's turn? I could of course save it locally when it is my turn and read it later, but is there a better way?

推荐答案

public String myParticipantID(){
    return match.getParticipantId(Games.Players.getCurrentPlayer(gac).getPlayerId());
}

gac是您的GoogleApiClient对象

Where gac is your GoogleApiClient object

这篇关于如何在TurnBasedMatch中获得自己的参与者ID?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆