Skip to documentation
LITHIUM
Guide 14

Lithium.Addons.IAddonManifestInfo

Common identity fields shared by addon declarations and runtime manifests.

This page is generated from the public C# symbols in src/game/sandbox/Code.

IAddonManifestInfo

Status: Stable

Signature

C#
public interface IAddonManifestInfo

Description

Common identity fields shared by addon declarations and runtime manifests.

Example

C#
IAddonManifestInfo? contract = null;

View source

Members

Id

Status: Stable

Signature

C#
string Id { get; init; }

Description

The globally unique addon package identifier.

Example

C#
var value = instance.Id;

View source

Name

Status: Stable

Signature

C#
string Name { get; init; }

Description

The human-readable addon name.

Example

C#
var value = instance.Name;

View source

Cette page vous a-t-elle aidé ?

N’indiquez aucune donnée personnelle dans votre commentaire.

0/1000