Show / Hide Table of Contents

Class ConveyorComponent

Inheritance
System.Object
ConveyorComponent
Namespace: Content.Shared.Conveyor
Assembly: Content.Shared.dll
Syntax
public sealed class ConveyorComponent : Component

Fields

| Improve this Doc View Source

Angle

The angle to move entities by in relation to the owner's rotation.

Declaration
public Angle Angle
Field Value
Type Description
Angle
| Improve this Doc View Source

ForwardPort

Declaration
public ProtoId<SinkPortPrototype> ForwardPort
Field Value
Type Description
Robust.Shared.Prototypes.ProtoId<SinkPortPrototype>
| Improve this Doc View Source

Intersecting

Declaration
public readonly HashSet<EntityUid> Intersecting
Field Value
Type Description
HashSet<EntityUid>
| Improve this Doc View Source

OffPort

Declaration
public ProtoId<SinkPortPrototype> OffPort
Field Value
Type Description
Robust.Shared.Prototypes.ProtoId<SinkPortPrototype>
| Improve this Doc View Source

Powered

Declaration
public bool Powered
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ReversePort

Declaration
public ProtoId<SinkPortPrototype> ReversePort
Field Value
Type Description
Robust.Shared.Prototypes.ProtoId<SinkPortPrototype>
| Improve this Doc View Source

Speed

The amount of units to move the entity by per second.

Declaration
public float Speed
Field Value
Type Description
System.Single
| Improve this Doc View Source

State

The current state of this conveyor

Declaration
public ConveyorState State
Field Value
Type Description
ConveyorState
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾