csharp
public record class NetworkPrefabA prefab as the network knows it: its id, its template, and which nodes want an id.
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 (9)
- NetworkPrefabContentVixen.Net.Engine.Content
- NetworkPrefabContentTestsVixen.Net.Engine.Content.Tests
- NetworkPrefabLoadVixen.Net.Engine.Content
- NetworkPrefabRegistryVixen.Net.Engine
- NetworkRulesContentTestsVixen.Net.Engine.Content.Tests
- NetworkSceneMapTestsVixen.Net.Engine.Tests
- NetworkSpawnSystemVixen.Net.Engine
- NetworkSpawnTestsVixen.Net.Engine.Tests
- NetworkSpawnerVixen.Net.Engine