Class WireLayout.WireData
Inheritance
System.Object
WireLayout.WireData
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
Properties
|
Improve this Doc
View Source
Color
Declaration
public WireColor Color { get; }
Property Value
|
Improve this Doc
View Source
Letter
Declaration
public WireLetter Letter { get; }
Property Value
|
Improve this Doc
View Source
Position
Declaration
public int Position { get; }
Property Value
Type |
Description |
System.Int32 |
|