Class MyUpgradableBlockComponent
Inheritance
System.Object
MyUpgradableBlockComponent
Assembly: Sandbox.Game.dll
Syntax
public class MyUpgradableBlockComponent : Object
Constructors
MyUpgradableBlockComponent(MyCubeBlock)
Declaration
public MyUpgradableBlockComponent(MyCubeBlock parent)
Parameters
Properties
ConnectionPositions
Declaration
public HashSet<ConveyorLinePosition> ConnectionPositions { get; }
Property Value
Type |
Description |
System.Collections.Generic.HashSet<Sandbox.Game.GameSystems.Conveyors.ConveyorLinePosition> |
|
Methods
Refresh(MyCubeBlock)
Declaration
public void Refresh(MyCubeBlock parent)
Parameters