Skip to content

Instantly share code, notes, and snippets.

@riteshkawadkar
riteshkawadkar / photon-pun-cheatsheet.md
Created June 20, 2020 18:36 — forked from ssshake/isWrit
Photon PUN Cheat Sheet

Photon Methods

public class Blank : Photon.PunBehaviour

instead of mono behavior, use this to receive photon callbacks in your script.

public override void OnLeftRoom()

An example of overriding a punbehavior callback