Table of Contents

Class AxolotlSceneRegistration

Namespace
Axolotl2D.Packages
Assembly
Axolotl2D.dll

A scene registered by an executable package.

public sealed record AxolotlSceneRegistration : IEquatable<AxolotlSceneRegistration>
Inheritance
AxolotlSceneRegistration
Implements
Inherited Members

Constructors

AxolotlSceneRegistration(string, string, Type)

A scene registered by an executable package.

public AxolotlSceneRegistration(string Id, string PackageId, Type SceneType)

Parameters

Id string
PackageId string
SceneType Type

Properties

Id

public string Id { get; init; }

Property Value

string

PackageId

public string PackageId { get; init; }

Property Value

string

SceneType

public Type SceneType { get; init; }

Property Value

Type