Class SubGraphOutputNodePropertyDrawer
Inheritance
SubGraphOutputNodePropertyDrawer
Syntax
[SGPropertyDrawer(typeof(SubGraphOutputNode))]
public class SubGraphOutputNodePropertyDrawer : IPropertyDrawer, IGetNodePropertyDrawerPropertyData
Properties
inspectorUpdateDelegate
Declaration
public Action inspectorUpdateDelegate { get; set; }
Property Value
Implements
Methods
DrawProperty(PropertyInfo, Object, InspectableAttribute)
Declaration
public VisualElement DrawProperty(PropertyInfo propertyInfo, object actualObject, InspectableAttribute attribute)
Parameters
Returns
Implements
GetPropertyData(Action, Action)
Declaration
public void GetPropertyData(Action setNodesAsDirtyCallback, Action updateNodeViewsCallback)
Parameters
Type |
Name |
Description |
Action |
setNodesAsDirtyCallback |
|
Action |
updateNodeViewsCallback |
|
Explicit Interface Implementations
IPropertyDrawer.DisposePropertyDrawer()
Declaration
void IPropertyDrawer.DisposePropertyDrawer()
Implements