Class PortTypeGameObject
Class PortTypeGameObject. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class PortTypeGameObject : PortType<GameObject>
Constructors
PortTypeGameObject()
Initializes a new instance of the PortTypeGameObject class.
Declaration
public PortTypeGameObject()
PortTypeGameObject(PortType<GameObject>)
Initializes a new instance of the PortTypeGameObject class.
Declaration
public PortTypeGameObject(PortType<GameObject> p)
Parameters
| Type | Name | Description |
|---|---|---|
| PortType<GameObject> | p | The p. |
Methods
ToString()
Returns a String that represents this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | A String that represents this instance. |
Overrides
Mechatronics.SystemGraph.PortType<UnityEngine.GameObject>.ToString()
See Also
PortType<T>