Show / Hide Table of Contents

Class MyUpgradableBlockComponent

Inheritance
System.Object
MyUpgradableBlockComponent
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public class MyUpgradableBlockComponent : Object

Constructors

MyUpgradableBlockComponent(MyCubeBlock)

Declaration
public MyUpgradableBlockComponent(MyCubeBlock parent)
Parameters
Type Name Description
MyCubeBlock parent

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
Type Name Description
MyCubeBlock parent
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾