Interface IWireContainer
Namespace: Eco.Gameplay.Wires
Assembly: Eco.Gameplay.dll
Syntax
public interface IWireContainer
Properties
Wires
Declaration
IEnumerable<WireConnection> Wires { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<WireConnection> |