Constructor PortTypeVector2
PortTypeVector2()
Initializes a new instance of the PortTypeVector2 class.
Declaration
public PortTypeVector2()
PortTypeVector2(Vector2)
Initializes a new instance of the PortTypeVector2 class.
Declaration
public PortTypeVector2(Vector2 defaultValue)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | defaultValue | The default value. |
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. |