Vixen
dd8b0a81
csharp
public record class NetworkPrefab

A prefab as the network knows it: its id, its template, and which nodes want an id.

Read the guide page for this →

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 (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