Property PrefabList
PrefabList
Read-only view into the prefabs list, enabling iterating and examining the list. Actually modifying the list should be done using Add(NetworkPrefab) and Remove(NetworkPrefab).
Declaration
public IReadOnlyList<NetworkPrefab> PrefabList { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<NetworkPrefab> |