LocalEventHandler.

OnPhotonInstantiate(PhotonMessageInfo) Method

Summary

Callback function that is triggered when an object is created via photon.
Namespace
ASL.LocalEventSystem
Containing Type
LocalEventHandler

Syntax

public override void OnPhotonInstantiate(PhotonMessageInfo info)

Parameters

Name Type Description
info PhotonMessageInfo Struct containing information about a photon instantation.

Return Value

Type Description
void