Class SampleVirtualTextureNodePropertyDrawer
Inheritance
SampleVirtualTextureNodePropertyDrawer
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[SGPropertyDrawer(typeof(SampleVirtualTextureNode))]
public class SampleVirtualTextureNodePropertyDrawer : 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
Implements