C# Class Microsoft.MixedReality.Toolkit.Editor.Text3DShaderGUI

A custom shader inspector for the "Mixed Reality Toolkit/TextShader3D".
Inheritance: ShaderGUI
Show file Open project: vbandi/RemotingSpectatorView

Protected Properties

Property Type Description
cullMode MaterialProperty
firstTimeApply bool

Public Methods

Method Description
OnGUI ( MaterialEditor matEditor, Array props ) : void

Method Details

OnGUI() public method

public OnGUI ( MaterialEditor matEditor, Array props ) : void
matEditor MaterialEditor
props Array
return void

Property Details

cullMode protected property

protected MaterialProperty cullMode
return MaterialProperty

firstTimeApply protected property

protected bool firstTimeApply
return bool