Class PortTypeVector2
Class PortTypeVector2. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class PortTypeVector2 : PortType<Vector2>
Constructors
Name | Description |
---|---|
PortTypeVector2() | Initializes a new instance of the PortTypeVector2 class. |
PortTypeVector2(PortType<Vector2>) | Initializes a new instance of the PortTypeVector2 class. |
PortTypeVector2(Vector2) | Initializes a new instance of the PortTypeVector2 class. |
See Also
PortType<T>