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