OnConnectScript Class

Summary

Simple script that will activate a list of GameObjects upon joining a PUN room.
Namespace
ASL
Base Types
  • Photon.PunBehaviour
graph TD Base0["Photon.PunBehaviour"]-->Type Type["OnConnectScript"] class Type type-node

Syntax

public class OnConnectScript : Photon.PunBehaviour

Fields

Name Constant Value Summary
networkedObjects
GameObjects to activate after joining a room.

Methods

Name Value Summary
OnJoinedRoom() void