Photon Fusion 2.0.0

Public Member Functions | List of all members
ISceneLoadDone Interface Reference

Interface for handling the event when a scene load operation is completed. More...

Public Member Functions

void SceneLoadDone (in SceneLoadDoneArgs sceneInfo)
 Method to be called when a scene load operation is completed.
 

Detailed Description

Interface for handling the event when a scene load operation is completed.

Member Function Documentation

◆ SceneLoadDone()

void SceneLoadDone ( in SceneLoadDoneArgs  sceneInfo)

Method to be called when a scene load operation is completed.

Parameters
sceneInfoThe information about the loaded scene.