Class Text3DShaderGUI
A custom shader inspector for the "Mixed Reality Toolkit/TextShader3D".
Inheritance
Text3DShaderGUI
Assembly: cs.temp.dll.dll
Syntax
public class Text3DShaderGUI : ShaderGUI
Fields
cullMode
Declaration
protected MaterialProperty cullMode
Field Value
Type |
Description |
MaterialProperty |
|
firstTimeApply
Declaration
protected bool firstTimeApply
Field Value
Methods
OnGUI(MaterialEditor, MaterialProperty[])
Declaration
public override void OnGUI(MaterialEditor matEditor, MaterialProperty[] props)
Parameters
Type |
Name |
Description |
MaterialEditor |
matEditor |
|
MaterialProperty[] |
props |
|