Interface IPropertyDrawer
Namespace: UnityEditor.ShaderGraph.Drawing
Syntax
public interface IPropertyDrawer
Properties
inspectorUpdateDelegate
Declaration
Action inspectorUpdateDelegate { get; set; }
Property Value
Type | Description |
---|---|
Action |
Methods
DrawProperty(PropertyInfo, Object, InspectableAttribute)
Declaration
VisualElement DrawProperty(PropertyInfo propertyInfo, object actualObject, InspectableAttribute attribute)
Parameters
Type | Name | Description |
---|---|---|
PropertyInfo | propertyInfo | |
Object | actualObject | |
InspectableAttribute | attribute |
Returns
Type | Description |
---|---|
VisualElement |