Class PortTypeEnum
Class PortTypeEnum. Implements the PortType<T> Implements the ISerializationCallbackReceiver
Implements
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class PortTypeEnum : PortType<Enum>, ISerializationCallbackReceiver
Constructors
| Name | Description |
|---|---|
| PortTypeEnum(PortType<Enum>) | Initializes a new instance of the PortTypeEnum class. |
| PortTypeEnum(object) | Initializes a new instance of the PortTypeEnum class. |
Methods
| Name | Description |
|---|---|
| OnAfterDeserialize() | Implement this method to receive a callback after Unity deserializes your object. |
| OnBeforeSerialize() | Implement this method to receive a callback before Unity serializes your object. |
| ToString() | Returns a string that represents this instance. |