Interface IPropertyDrawer
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
public interface IPropertyDrawer
Properties
inspectorUpdateDelegate
Declaration
Action inspectorUpdateDelegate { get; set; }
Property Value
Methods
DisposePropertyDrawer()
Declaration
void DisposePropertyDrawer()
DrawProperty(PropertyInfo, object, InspectableAttribute)
Declaration
VisualElement DrawProperty(PropertyInfo propertyInfo, object actualObject, InspectableAttribute attribute)
Parameters
Returns
Type |
Description |
VisualElement |
|