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

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 Source

BuildableAssetId

Gets the ID of the asset.

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

BuildableType

Gets the type of the asset.

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

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)