Photon Fusion 2.1.1

IPlayerJoined Interface Reference

Interface for handling the event when a player joins the game. More...

Inherits IPublicFacingInterface.

Public Member Functions

void PlayerJoined (PlayerRef player)
 Method to be called when a player joins the game.

Detailed Description

Interface for handling the event when a player joins the game.

Member Function Documentation

◆ PlayerJoined()

void PlayerJoined ( PlayerRef player)

Method to be called when a player joins the game.

Parameters
playerThe player who joined the game.