Photon Fusion 2.1.1

IInterestEnter Interface Reference

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

Inherits IPublicFacingInterface.

Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ InterestEnter()

void InterestEnter ( PlayerRef player)

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

Parameters
playerThe player who entered the area of interest.