Show / Hide Table of Contents

Class TooltipDrawerDecorator

Inheritance
System.Object
UnityEditor.MaterialPropertyDrawer
MixturePropertyDrawer
TooltipDrawerDecorator
Inherited Members
MixturePropertyDrawer.RegisterEditor(MaterialEditor, MixtureNodeView, MixtureGraph)
MixturePropertyDrawer.UnregisterGraph(MixtureGraph)
MixturePropertyDrawer.GetGraph(MaterialEditor)
MixturePropertyDrawer.GetNodeView(MaterialEditor)
MixturePropertyDrawer.OnGUI(Rect, MaterialProperty, String, MaterialEditor)
MixturePropertyDrawer.GetPropertyHeight(MaterialProperty, String, MaterialEditor)
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 TooltipDrawerDecorator : MixturePropertyDrawer

Fields

| Improve this Doc View Source

tooltip

Declaration
public string tooltip
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

DrawerGUI(Rect, MaterialProperty, String, MaterialEditor, MixtureGraph, MixtureNodeView)

Declaration
protected override void DrawerGUI(Rect position, MaterialProperty prop, string label, MaterialEditor editor, MixtureGraph graph, MixtureNodeView nodeView)
Parameters
Type Name Description
UnityEngine.Rect position
UnityEditor.MaterialProperty prop
System.String label
UnityEditor.MaterialEditor editor
MixtureGraph graph
MixtureNodeView nodeView
Overrides
MixturePropertyDrawer.DrawerGUI(Rect, MaterialProperty, String, MaterialEditor, MixtureGraph, MixtureNodeView)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX