Class MixtureToolbar.ImproveMixturePopupWindow
Inheritance
System.Object
UnityEditor.PopupWindowContent
MixtureToolbar.ImproveMixturePopupWindow
Inherited Members
UnityEditor.PopupWindowContent.OnOpen()
UnityEditor.PopupWindowContent.OnClose()
UnityEditor.PopupWindowContent.editorWindow
Namespace: Mixture
Assembly: Unity.ShaderGraph.GraphicsTests.dll
Syntax
public class ImproveMixturePopupWindow : PopupWindowContent
Fields
| Improve this Doc View Sourcewidth
Declaration
public static readonly int width
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
| Improve this Doc View SourceGetWindowSize()
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)