Class GraphNestEditor
Inheritance
GraphNestEditor
Syntax
[Editor(typeof(IGraphNest))]
public class GraphNestEditor : Inspector, IDisposable
Constructors
Declaration
public GraphNestEditor(Metadata metadata)
Parameters
Properties
Declaration
protected Metadata embedGraphMetadata { get; }
Property Value
Declaration
protected Metadata graphMetadata { get; }
Property Value
graphType
Declaration
protected Type graphType { get; }
Property Value
Declaration
protected Metadata macroGraphMetadata { get; }
Property Value
Declaration
protected Metadata macroMetadata { get; }
Property Value
macroType
Declaration
protected Type macroType { get; }
Property Value
nester
Declaration
protected virtual IGraphNester nester { get; }
Property Value
Declaration
protected Metadata nesterMetadata { get; }
Property Value
reference
Declaration
protected virtual GraphReference reference { get; }
Property Value
Declaration
protected Metadata sourceMetadata { get; }
Property Value
Methods
GetHeight(Single, GUIContent)
Declaration
protected override float GetHeight(float width, GUIContent label)
Parameters
Returns
Overrides
NewGraph()
Declaration
protected virtual IGraph NewGraph()
Returns
OnGUI(Rect, GUIContent)
Declaration
protected override void OnGUI(Rect position, GUIContent label)
Parameters
Overrides
Extension Methods