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