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

# OnRemotePlayerJoined

> Party Unity SDK 中 PlayFabMultiplayerManager 上的 OnRemotePlayerJoined 事件参考，当另一位玩家加入当前 Party 网络时触发。

在远程玩家加入网络时触发。

## 参数

### sender (object)

引发该事件的类。

### player (PlayFabPlayer)

加入网络的远程玩家。


## Related topics

- [Party Unity 插件快速入门](/zh-CN/services/playfab/multiplayer/networking/party-unity-plugin-quickstart.md)
- [PlayFabMultiplayerManager 类](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/index.md)
- [PartyRemoteDeviceJoinedNetworkStateChange](/zh-CN/services/playfab/multiplayer/networking/reference/structs/partyremotedevicejoinednetworkstatechange.md)
- [OnRemotePlayerLeft](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/events/partyunityonremoteplayerleft.md)
- [OnNetworkJoined](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/events/partyunityonnetworkjoined.md)
