Skip to main content

Class NetworkPrefabs

A scriptable object that contains a list of prefabs that can be spawned on the network.

Inheritance
System.Object
Syntax
public sealed class NetworkPrefabs : ScriptableObject

Fields

Prefabs

Declaration
public List<NetworkIdentity> Prefabs