Class GraphDataPropertyDrawer
Inheritance
GraphDataPropertyDrawer
Syntax
public class GraphDataPropertyDrawer : object, IPropertyDrawer
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
Type |
Description |
VisualElement |
|
Implements
GetPropertyData(GraphDataPropertyDrawer.PostTargetSettingsChangedCallback, GraphDataPropertyDrawer.ChangeConcretePrecisionCallback)
Declaration
public void GetPropertyData(GraphDataPropertyDrawer.PostTargetSettingsChangedCallback postChangeValueCallback, GraphDataPropertyDrawer.ChangeConcretePrecisionCallback changeConcretePrecisionCallback)
Parameters