Photon Fusion 2.0.3

Public Member Functions | List of all members
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. More...
 

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.