Class CustomFunctionNodePropertyDrawer
Inheritance
CustomFunctionNodePropertyDrawer
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[SGPropertyDrawer(typeof(CustomFunctionNode))]
public class CustomFunctionNodePropertyDrawer : IPropertyDrawer
Properties
inspectorUpdateDelegate
Declaration
public Action inspectorUpdateDelegate { get; set; }
Property Value
Methods
DrawProperty(PropertyInfo, object, InspectableAttribute)
Declaration
public VisualElement DrawProperty(PropertyInfo propertyInfo, object actualObject, InspectableAttribute attribute)
Parameters
Returns
Implements