Class GraphDataPropertyDrawer
Inheritance
GraphDataPropertyDrawer
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[SGPropertyDrawer(typeof(GraphData))]
public class GraphDataPropertyDrawer : 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(PostTargetSettingsChangedCallback, ChangeGraphDefaultPrecisionCallback)
Declaration
public void GetPropertyData(GraphDataPropertyDrawer.PostTargetSettingsChangedCallback postChangeValueCallback, GraphDataPropertyDrawer.ChangeGraphDefaultPrecisionCallback changeGraphDefaultPrecisionCallback)
Parameters
Implements