> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlayFabPlayer.EntityKey

> Unity PlayFab Party 멀티플레이어 SDK에서 플레이어를 식별하는 PlayFab EntityKey를 반환하는 PlayFabPlayer.EntityKey 속성에 대한 참조입니다.

플레이어의 EntityKey를 가져옵니다.

```csharp theme={null}
public EntityKey PlayFabPlayer.EntityKey { get; }
```

속성 값

[EntityKey](/services/playfab/api-references/events/data-types/entitykey)


## Related topics

- [PlayFabPlayer 클래스](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/index.md)
- [PlayFabPlayer.IsLocal](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityislocal.md)
- [PlayFabPlayer.VoiceLevel](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityvoicelevel.md)
- [PlayFabPlayer.ChatState](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunitychatstate.md)
- [bool PlayFabPlayer.IsMuted](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityismuted.md)
