csharp
public record class NetworkPrefabA prefab as the network knows it: its id, its template, and which nodes want an id.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public string AddressWhat the asset pipeline calls it.
public NetworkPrefabId IdWhat the wire calls it.
public Prefab PrefabThe template.
public int[] NetworkedThe nodes that get a NetworkId, in capture order. The root is always first.
public int IdCountHow many ids one instance consumes.
Methods (1)
public NetworkPrefab(string Address, NetworkPrefabId Id, Prefab Prefab, int[] Networked)A prefab as the network knows it: its id, its template, and which nodes want an id.
Used by (4)
- NetworkPrefabRegistryVixen.Net.Engine
- NetworkSpawnSystemVixen.Net.Engine
- NetworkSpawnTestsVixen.Net.Engine.Tests
- NetworkSpawnerVixen.Net.Engine