Class SubGraphOutputNodePropertyDrawer
Inheritance
SubGraphOutputNodePropertyDrawer
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[SGPropertyDrawer(typeof(SubGraphOutputNode))]
public class SubGraphOutputNodePropertyDrawer : 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
GetPropertyData(Action, Action)
Declaration
public void GetPropertyData(Action setNodesAsDirtyCallback, Action updateNodeViewsCallback)
Parameters
Type |
Name |
Description |
Action |
setNodesAsDirtyCallback |
|
Action |
updateNodeViewsCallback |
|
Implements