Photon Fusion 2.0.0

Public Member Functions | List of all members
IPlayerJoined Interface Reference

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

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.