Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
PFEntityKey data model. Combined entity type and ID structure which uniquely identifies a single entity.
public class PFEntityKey
Public Members
| name | description |
|---|---|
| PFEntityKey(…) | Initializes a new instance of the PFEntityKey class. Pass in a PlayFabAuthenticationContext authContext returned by a PlayFab login method. (2 constructors) |
| Id { get; set; } | Unique ID of the entity. |
| Type { get; set; } | Entity type. See Available built-in entity types. |
Remarks
For more information about entities, see Entities/data/entities/.
See Also
- namespace PlayFab.Multiplayer