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