Interface IBuildableAsset
Represents a buildable asset.
Namespace: OpenMod.Extensions.Games.Abstractions.Building
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IBuildableAsset
Properties
| Improve this Doc View SourceBuildableAssetId
Gets the ID of the asset.
Declaration
string BuildableAssetId { get; }
Property Value
Type | Description |
---|---|
System.String |
BuildableType
Gets the type of the asset.
Declaration
string BuildableType { get; }
Property Value
Type | Description |
---|---|
System.String |