Class MiniMap
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public class MiniMap : GraphElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, ISelectable
Constructors
| Improve this Doc View SourceMiniMap()
Declaration
public MiniMap()
Properties
| Improve this Doc View Sourceanchored
Declaration
public bool anchored { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
maxHeight
Declaration
public float maxHeight { get; set; }
Property Value
Type | Description |
---|---|
Single |
maxWidth
Declaration
public float maxWidth { get; set; }
Property Value
Type | Description |
---|---|
Single |
Methods
| Improve this Doc View SourceBuildContextualMenu(ContextualMenuPopulateEvent)
Declaration
public virtual void BuildContextualMenu(ContextualMenuPopulateEvent evt)
Parameters
Type | Name | Description |
---|---|---|
ContextualMenuPopulateEvent | evt |
DoRepaint(IStylePainter)
Declaration
protected override void DoRepaint(IStylePainter painter)
Parameters
Type | Name | Description |
---|---|---|
IStylePainter | painter |