PFMatchmakingMatchMember

匹配结果的成员。

语法

struct PFMatchmakingMatchMember {  
    PFEntityKey entityKey;  
    const char* teamId;  
    const char* attributes;  
}  

成员

entityKey PFEntityKey

此匹配成员的实体键。

teamId const char*
以 null 结尾

分配给此匹配成员的团队 ID。

如果匹配队列不使用团队规则,则可能为空。

attributes const char*
以 null 结尾

此用户的序列化 JSON 格式的属性。

要求

标头: PFMatchmaking.h

另请参阅

PFMatchmaking 成员