Show / Hide Table of Contents

Class NodeInspectorSettingsPopupWindow

Inheritance
System.Object
UnityEditor.PopupWindowContent
NodeInspectorSettingsPopupWindow
Inherited Members
UnityEditor.PopupWindowContent.OnOpen()
UnityEditor.PopupWindowContent.OnClose()
UnityEditor.PopupWindowContent.editorWindow
Namespace: Mixture
Assembly: Unity.ShaderGraph.GraphicsTests.dll
Syntax
public class NodeInspectorSettingsPopupWindow : PopupWindowContent

Constructors

| Improve this Doc View Source

NodeInspectorSettingsPopupWindow(MixtureNodeInspectorObjectEditor)

Declaration
public NodeInspectorSettingsPopupWindow(MixtureNodeInspectorObjectEditor inspector)
Parameters
Type Name Description
MixtureNodeInspectorObjectEditor inspector

Fields

| Improve this Doc View Source

height

Declaration
public static readonly int height
Field Value
Type Description
System.Int32
| Improve this Doc View Source

width

Declaration
public static readonly int width
Field Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

GetWindowSize()

Declaration
public override Vector2 GetWindowSize()
Returns
Type Description
UnityEngine.Vector2
Overrides
UnityEditor.PopupWindowContent.GetWindowSize()
| Improve this Doc View Source

OnGUI(Rect)

Declaration
public override void OnGUI(Rect rect)
Parameters
Type Name Description
UnityEngine.Rect rect
Overrides
UnityEditor.PopupWindowContent.OnGUI(UnityEngine.Rect)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX