Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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