Photon Fusion 2.0.0

Public Member Functions | List of all members
IInterestExit Interface Reference

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

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.