Photon Fusion 2.0.0

Public Member Functions | List of all members
IInterestEnter Interface Reference

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

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.