Show / Hide Table of Contents

Interface IBaseNetConnectorComponent<TNetType>

Namespace: Content.Server.Power.Components
Assembly: Content.Server.dll
Syntax
public interface IBaseNetConnectorComponent<in TNetType>
Type Parameters
Name Description
TNetType

Properties

| Improve this Doc View Source

Net

Declaration
TNetType Net { set; }
Property Value
Type Description
TNetType
| Improve this Doc View Source

NodeId

Declaration
string? NodeId { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Voltage

Declaration
Voltage Voltage { get; }
Property Value
Type Description
Voltage
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾