MixedRealityShaderGUI.OnGUI(MaterialEditor, MaterialProperty[]) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
 override void OnGUI(UnityEditor::MaterialEditor ^ materialEditor, cli::array <UnityEditor::MaterialProperty ^> ^ props);
	public override void OnGUI(UnityEditor.MaterialEditor materialEditor, UnityEditor.MaterialProperty[] props);
	override this.OnGUI : UnityEditor.MaterialEditor * UnityEditor.MaterialProperty[] -> unit
	Public Overrides Sub OnGUI (materialEditor As MaterialEditor, props As MaterialProperty())
	Parameters
- materialEditor
 - UnityEditor.MaterialEditor
 
- props
 - UnityEditor.MaterialProperty[]