Class PortTexture2dEditor
PortTexture2dEditor represents visuals of a texture2d typed port. Implements the PortEditor<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
[InitializeOnLoad]
public class PortTexture2dEditor : PortEditor<PortTypeTexture2D>
  Constructors
| Name | Description | 
|---|---|
| PortTexture2dEditor(INodeEditor, string, string, string, object, PortDirection, FieldExtra, bool) | Initializes a new instance of the PortTexture2dEditor class.  | 
      
Methods
| Name | Description | 
|---|---|
| HandleCreate(IPortEditor) | Handles the creation.  | 
      
| HandleRefreshEditor(IPortEditor, VisualElement, bool) | Handles the refresh of the editor.  | 
      
| HandleSpawnEditor(IPortEditor, VisualElement) | Handles the spawn of the editor.  | 
      
See Also
PortEditor<T>