Class TMP_BaseShaderGUI
Base class for TextMesh Pro shader GUIs.
Inherited Members
Namespace: TMPro.EditorUtilities
Assembly: solution.dll
Syntax
public abstract class TMP_BaseShaderGUI : ShaderGUI
Fields
Name | Description |
---|---|
m_Editor | |
m_Material | |
m_Properties | |
s_Culling |
|
s_Debug |
|
s_Lbrt |
|
s_Xywh |
Methods
Name | Description |
---|---|
Begin |
|
Begin |
|
Do |
|
Do |
|
Do |
|
Do |
Override this method to create the specific shader GUI. |
Do |
|
Do |
|
Do |
|
Do |
|
Do |
|
Do |
|
Do |
|
End |
|
On |
To define a custom shader GUI use the methods of materialEditor to render controls for the properties array. |