Photon Fusion 2.1.1

IInterestExit Interface Reference

Interface for handling the event when a player exits the area of interest. More...

Inherits IPublicFacingInterface.

Public Member Functions

void InterestExit (PlayerRef player)
 Method to be called when a player exits the area of interest.

Detailed Description

Interface for handling the event when a player exits the area of interest.

Member Function Documentation

◆ InterestExit()

void InterestExit ( PlayerRef player)

Method to be called when a player exits the area of interest.

Parameters
playerThe player who exited the area of interest.