Class RustBuildingBlock
Inheritance
System.Object
RustBuildingBlock
Assembly: OpenMod.Rust.dll
Syntax
public class RustBuildingBlock : object, IBuildable, IHasOwnership, IGameObject
Constructors
|
Improve this Doc
View Source
RustBuildingBlock(BuildingBlock)
Declaration
public RustBuildingBlock(BuildingBlock buildingBlock)
Parameters
Type |
Name |
Description |
BuildingBlock |
buildingBlock |
|
Properties
|
Improve this Doc
View Source
Asset
Declaration
public IBuildableAsset Asset { get; }
Property Value
|
Improve this Doc
View Source
BuildableInstanceId
Declaration
public string BuildableInstanceId { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BuildingBlock
Declaration
public BuildingBlock BuildingBlock { get; }
Property Value
Type |
Description |
BuildingBlock |
|
|
Improve this Doc
View Source
Ownership
Declaration
public IOwnership Ownership { get; }
Property Value
|
Improve this Doc
View Source
State
Declaration
public IBuildableState State { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public IWorldTransform Transform { get; }
Property Value
Methods
|
Improve this Doc
View Source
DestroyAsync()
Declaration
public Task DestroyAsync()
Returns
Implements
Extension Methods