Photon Fusion 2.0.0

Public Member Functions | List of all members
IPlayerLeft Interface Reference

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

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.