Photon Quantum 3.0.0

Public Member Functions | List of all members
Quantum.ISignalOnMapChanged Interface Reference

More...

Inheritance diagram for Quantum.ISignalOnMapChanged:
Quantum.ISignal Quantum.Core.EntityPrototypeSystem

Public Member Functions

void OnMapChanged (Frame f, AssetRef< Map > previousMap)
 This signal is called after the map has been changed by assigning a new map to Frame.Map. More...
 

Additional Inherited Members

- Properties inherited from Quantum.ISignal
Int32 RuntimeIndex [get]
 Index of the signal in the runtime. More...
 

Detailed Description

Member Function Documentation

◆ OnMapChanged()

void Quantum.ISignalOnMapChanged.OnMapChanged ( Frame  f,
AssetRef< Map previousMap 
)

This signal is called after the map has been changed by assigning a new map to Frame.Map.

Parameters
fThe frame reference
previousMapThe previous map

Implemented in Quantum.Core.EntityPrototypeSystem.