Class AxolotlSceneRegistration
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
Properties
Id
public string Id { get; init; }
Property Value
PackageId
public string PackageId { get; init; }
Property Value
SceneType
public Type SceneType { get; init; }