> ## 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.IsLocal

> PlayFabPlayer.IsLocal 布尔属性的参考文档,在 Unity PlayFab Party SDK 中用于区分本地玩家和远程多人游戏对等方。

# IsLocal

如果此玩家为本地玩家则返回 true,如果此玩家为远程玩家则返回 false。

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

## 属性值

IsLocal

[bool]()


## Related topics

- [PlayFabPlayer 类](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/index.md)
- [PlayFabPlayer.EntityKey](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityentitykey.md)
- [bool PlayFabPlayer.IsMuted](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityismuted.md)
- [PlayFabPlayer.ChatState](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunitychatstate.md)
- [PlayFabPlayer.VoiceLevel](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityvoicelevel.md)
