Table of Contents

Class AxolotlGameObjectRegistration

Namespace
Axolotl2D.Packages
Assembly
Axolotl2D.dll

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

Id string
PackageId string
Factory AxolotlGameObjectFactory

Properties

Factory

public AxolotlGameObjectFactory Factory { get; init; }

Property Value

AxolotlGameObjectFactory

Id

public string Id { get; init; }

Property Value

string

PackageId

public string PackageId { get; init; }

Property Value

string