Photon Fusion 2.1.1

IPlayerLeft Interface Reference

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

Inherits IPublicFacingInterface.

Public Member Functions

void PlayerLeft (PlayerRef player)
 Method to be called when a player leaves the game.

Detailed Description

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

Member Function Documentation

◆ PlayerLeft()

void PlayerLeft ( PlayerRef player)

Method to be called when a player leaves the game.

Parameters
playerThe player who left the game.