Constructor PortTypeVector3
PortTypeVector3()
Initializes a new instance of the PortTypeVector3 class.
Declaration
public PortTypeVector3()
PortTypeVector3(Vector3)
Initializes a new instance of the PortTypeVector3 class.
Declaration
public PortTypeVector3(Vector3 defaultValue)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | defaultValue | The default value. |
PortTypeVector3(PortType<Vector3>)
Initializes a new instance of the PortTypeVector3 class.
Declaration
public PortTypeVector3(PortType<Vector3> p)
Parameters
Type | Name | Description |
---|---|---|
PortType<Vector3> | p | The p. |