Field NetworkPrefabsLists
Edit-time scripted object containing a list of NetworkPrefabs.
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
[SerializeField]
public List<NetworkPrefabsList> NetworkPrefabsLists
Returns
Type | Description |
---|---|
List<NetworkPrefabsList> |
Remarks
This field can be null if no prefabs are pre-configured. Runtime usages of NetworkPrefabs should not depend on this edit-time field for execution.