Class PropertySheet
Inheritance
System.Object
PropertySheet
Namespace: UnityEditor.ShaderGraph.Drawing
Syntax
public class PropertySheet : VisualElement
Constructors
PropertySheet(Label)
Declaration
public PropertySheet(Label header = null)
Parameters
Type | Name | Description |
---|---|---|
Label | header |
Properties
contentContainer
Declaration
public override VisualElement contentContainer { get; }
Property Value
Type | Description |
---|---|
VisualElement |
headerContainer
Declaration
public VisualElement headerContainer { get; set; }
Property Value
Type | Description |
---|---|
VisualElement |