Class PortTypeGameObject
Class PortTypeGameObject. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class PortTypeGameObject : PortType<GameObject>
Constructors
| Name | Description |
|---|---|
| PortTypeGameObject() | Initializes a new instance of the PortTypeGameObject class. |
| PortTypeGameObject(PortType<GameObject>) | Initializes a new instance of the PortTypeGameObject class. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents this instance. |
See Also
PortType<T>