Class AxolotlGameObjectRegistration
A GameObject factory registered by an executable package.
public sealed record AxolotlGameObjectRegistration : IEquatable<AxolotlGameObjectRegistration>
- Inheritance
-
AxolotlGameObjectRegistration
- Implements
- Inherited Members
Constructors
AxolotlGameObjectRegistration(string, string, AxolotlGameObjectFactory)
A GameObject factory registered by an executable package.
public AxolotlGameObjectRegistration(string Id, string PackageId, AxolotlGameObjectFactory Factory)
Parameters
IdstringPackageIdstringFactoryAxolotlGameObjectFactory
Properties
Factory
public AxolotlGameObjectFactory Factory { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
PackageId
public string PackageId { get; init; }