Table of Contents

Class PrefabComponentRegistry

Namespace
Axolotl2D.Prefabs
Assembly
Axolotl2D.dll

Resolves stable prefab component IDs from the game and trusted modules.

public sealed class PrefabComponentRegistry
Inheritance
PrefabComponentRegistry
Inherited Members

Constructors

PrefabComponentRegistry(IEnumerable<PrefabComponentRegistration>)

public PrefabComponentRegistry(IEnumerable<PrefabComponentRegistration> gameRegistrations)

Parameters

gameRegistrations IEnumerable<PrefabComponentRegistration>

Properties

ComponentIds

public IReadOnlyCollection<string> ComponentIds { get; }

Property Value

IReadOnlyCollection<string>