Class DevicePortPrototype
A prototype for a device port, for use with device linking.
Namespace: Content.Shared.DeviceLinking
Assembly: Content.Shared.dll
Syntax
public abstract class DevicePortPrototype : object
Fields
| Improve this Doc View SourceDescription
Localization string for a description of the ports functionality. Should either indicate when a source port is fired, or what function a sink port serves. Displayed as a tooltip in the linking UI.
Declaration
public string Description
Field Value
Type | Description |
---|---|
System.String |
Name
Localization string for the port name. Displayed in the linking UI.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |