Class PortTypeVector4
Class PortTypeVector4. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class PortTypeVector4 : PortType<Vector4>
Constructors
| Name | Description |
|---|---|
| PortTypeVector4() | Initializes a new instance of the PortTypeVector4 class. |
| PortTypeVector4(PortType<Vector4>) | Initializes a new instance of the PortTypeVector4 class. |
| PortTypeVector4(Vector4) | Initializes a new instance of the PortTypeVector4 class. |
See Also
PortType<T>