csharp
public readonly record struct NetworkRulesLoadWhat filling a rules registry from a build's content produced.
Remarks
⚠ A problem here is a content mistake, not a load failure — NetworkPrefabLoad's line, and the same three cases behind it: an address labelled a policy that holds something else, a policy this build's importer would have refused, and two policies claiming one name. A missing bundle or a corrupt chunk still throws, because that is the build being broken rather than the content being wrong.
Fields and properties (2)
public ImmutableArray<string> LoadedThe Name of every policy that went in, in address order.
public ImmutableArray<string> ProblemsAddresses that were labelled a policy and could not be one, in address order.
Methods (1)
public NetworkRulesLoad(ImmutableArray<string> Loaded, ImmutableArray<string> Problems)What filling a rules registry from a build's content produced.
Used by (2)
- NetworkRulesContentVixen.Net.Engine.Content
- NetworkRulesContentTestsVixen.Net.Engine.Content.Tests