Class ConveyorComponent
Inheritance
System.Object
ConveyorComponent
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
Field Value
|
Improve this Doc
View Source
ForwardPort
Declaration
public ProtoId<SinkPortPrototype> ForwardPort
Field Value
|
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
|
Improve this Doc
View Source
Powered
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ReversePort
Declaration
public ProtoId<SinkPortPrototype> ReversePort
Field Value
|
Improve this Doc
View Source
Speed
The amount of units to move the entity by per second.
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
State
The current state of this conveyor
Declaration
public ConveyorState State
Field Value