Class TMP_BaseShaderGUI.MaterialPanel
Material panel that keeps track of whether the user opened or closed it.
Inheritance
TMP_BaseShaderGUI.MaterialPanel
Syntax
protected class MaterialPanel
Constructors
MaterialPanel(String, Boolean)
Declaration
public MaterialPanel(string name, bool expandedByDefault)
Parameters
Properties
Expanded
Declaration
public bool Expanded { get; }
Property Value
Label
Declaration
public string Label { get; }
Property Value
Methods
ToggleExpanded()
Declaration
public void ToggleExpanded()