Show / Hide Table of Contents

Class ShowInInspectorDecorator

Inheritance
System.Object
UnityEditor.MaterialPropertyDrawer
MixturePropertyDrawer
ShowInInspectorDecorator
Inherited Members
MixturePropertyDrawer.RegisterEditor(MaterialEditor, MixtureNodeView, MixtureGraph)
MixturePropertyDrawer.UnregisterGraph(MixtureGraph)
MixturePropertyDrawer.GetGraph(MaterialEditor)
MixturePropertyDrawer.GetNodeView(MaterialEditor)
MixturePropertyDrawer.OnGUI(Rect, MaterialProperty, String, MaterialEditor)
MixturePropertyDrawer.DrawerGUI(Rect, MaterialProperty, String, MaterialEditor, MixtureGraph, MixtureNodeView)
UnityEditor.MaterialPropertyDrawer.OnGUI(UnityEngine.Rect, UnityEditor.MaterialProperty, UnityEngine.GUIContent, UnityEditor.MaterialEditor)
UnityEditor.MaterialPropertyDrawer.Apply(UnityEditor.MaterialProperty)
Namespace: Mixture
Assembly: Unity.ShaderGraph.GraphicsTests.dll
Syntax
public class ShowInInspectorDecorator : MixturePropertyDrawer

Methods

| Improve this Doc View Source

GetPropertyHeight(MaterialProperty, String, MaterialEditor)

Declaration
public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor)
Parameters
Type Name Description
UnityEditor.MaterialProperty prop
System.String label
UnityEditor.MaterialEditor editor
Returns
Type Description
System.Single
Overrides
MixturePropertyDrawer.GetPropertyHeight(MaterialProperty, String, MaterialEditor)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX