Class PortTypeVector2
Class PortTypeVector2. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class PortTypeVector2 : PortType<Vector2>
Constructors
PortTypeVector2()
Initializes a new instance of the PortTypeVector2 class.
Declaration
public PortTypeVector2()
PortTypeVector2(PortType<Vector2>)
Initializes a new instance of the PortTypeVector2 class.
Declaration
public PortTypeVector2(PortType<Vector2> p)
Parameters
| Type | Name | Description |
|---|---|---|
| PortType<Vector2> | p | The p. |
PortTypeVector2(Vector2)
Initializes a new instance of the PortTypeVector2 class.
Declaration
public PortTypeVector2(Vector2 defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | defaultValue | The default value. |
See Also
PortType<T>