Class PortTypeTexture2D
Class PortTypeTexture2D. Implements the PortType<T> Implements the UnityEngine.ISerializationCallbackReceiver
Implements
ISerializationCallbackReceiver
  Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class PortTypeTexture2D : PortType<Texture2D>, ISerializationCallbackReceiver
  Constructors
| Name | Description | 
|---|---|
| PortTypeTexture2D() | Initializes a new instance of the PortTypeTexture2D class.  | 
      
| PortTypeTexture2D(PortType<Texture2D>) | Initializes a new instance of the PortTypeTexture2D class.  | 
      
| PortTypeTexture2D(string) | Initializes a new instance of the PortTypeTexture2D class.  | 
      
Properties
| Name | Description | 
|---|---|
| Read | Gets the read.  | 
      
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.  | 
      
See Also
PortType<T>
      ISerializationCallbackReceiver