Show / Hide Table of Contents

Class WireLayout.WireData

Inheritance
System.Object
WireLayout.WireData
Namespace: Content.Server.Wires
Assembly: Content.Server.dll
Syntax
public sealed class WireData : object

Constructors

| Improve this Doc View Source

WireData(WireLetter, WireColor, Int32)

Declaration
public WireData(WireLetter letter, WireColor color, int position)
Parameters
Type Name Description
WireLetter letter
WireColor color
System.Int32 position

Properties

| Improve this Doc View Source

Color

Declaration
public WireColor Color { get; }
Property Value
Type Description
WireColor
| Improve this Doc View Source

Letter

Declaration
public WireLetter Letter { get; }
Property Value
Type Description
WireLetter
| Improve this Doc View Source

Position

Declaration
public int Position { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾