Vixen
02b45cc4
csharp
public record class NetworkPrefab

A 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 Address

    What the asset pipeline calls it.

  • public NetworkPrefabId Id

    What the wire calls it.

  • public Prefab Prefab

    The template.

  • public int[] Networked

    The nodes that get a NetworkId, in capture order. The root is always first.

  • public int IdCount

    How 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