OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IEntityAsset

Represents an entity asset.

Namespace: OpenMod.Extensions.Games.Abstractions.Entities
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IEntityAsset

Properties

| Improve this Doc View Source

EntityAssetId

Gets the ID of the asset.

Declaration
string EntityAssetId { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

EntityType

Gets the type of the asset.

Declaration
string EntityType { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets the human-readable name of the asset.

Declaration
string Name { get; }
Property Value
Type Description
System.String

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)