mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class Text3DShaderGUI

    A custom shader inspector for the "Mixed Reality Toolkit/TextShader3D".

    Inheritance
    Object
    Text3DShaderGUI
    Implements
    ShaderGUI
    Namespace: Microsoft.MixedReality.Toolkit.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public class Text3DShaderGUI : ShaderGUI, ShaderGUI

    Fields

    cullMode

    Declaration
    protected MaterialProperty cullMode
    Field Value
    Type Description
    MaterialProperty

    cullMode

    Declaration
    protected MaterialProperty cullMode
    Field Value
    Type Description
    MaterialProperty

    firstTimeApply

    Declaration
    protected bool firstTimeApply
    Field Value
    Type Description
    Boolean

    firstTimeApply

    Declaration
    protected bool firstTimeApply
    Field Value
    Type Description
    Boolean

    Methods

    OnGUI(MaterialEditor, MaterialProperty[])

    Declaration
    public override void OnGUI(MaterialEditor matEditor, MaterialProperty[] props)
    Parameters
    Type Name Description
    MaterialEditor matEditor
    MaterialProperty[] props

    OnGUI(MaterialEditor, MaterialProperty[])

    Declaration
    public override void OnGUI(MaterialEditor matEditor, MaterialProperty[] props)
    Parameters
    Type Name Description
    MaterialEditor matEditor
    MaterialProperty[] props

    Implements

    ShaderGUI
    In This Article
    • Fields
      • cullMode
      • cullMode
      • firstTimeApply
      • firstTimeApply
    • Methods
      • OnGUI(MaterialEditor, MaterialProperty[])
      • OnGUI(MaterialEditor, MaterialProperty[])
    • Implements
    Back to top Generated by DocFX