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 SourceEntityAssetId
Gets the ID of the asset.
Declaration
string EntityAssetId { get; }
Property Value
Type | Description |
---|---|
System.String |
EntityType
Gets the type of the asset.
Declaration
string EntityType { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the human-readable name of the asset.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |