Class CustomFunctionNodePropertyDrawer
Inheritance
CustomFunctionNodePropertyDrawer
Syntax
[SGPropertyDrawer(typeof(CustomFunctionNode))]
public class CustomFunctionNodePropertyDrawer : 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
Explicit Interface Implementations
IPropertyDrawer.DisposePropertyDrawer()
Declaration
void IPropertyDrawer.DisposePropertyDrawer()
Implements