Class PrefabComponentRegistry
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
gameRegistrationsIEnumerable<PrefabComponentRegistration>
Properties
ComponentIds
public IReadOnlyCollection<string> ComponentIds { get; }