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