docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GraphGroupWidget

    Inheritance
    object
    Widget<ICanvas, GraphGroup>
    GraphElementWidget<ICanvas, GraphGroup>
    GraphGroupWidget
    Implements
    IGraphElementWidget
    IWidget
    IDisposable
    Inherited Members
    GraphElementWidget<ICanvas, GraphGroup>.headerPosition
    GraphElementWidget<ICanvas, GraphGroup>.ToString()
    GraphElementWidget<ICanvas, GraphGroup>.Dispose()
    GraphElementWidget<ICanvas, GraphGroup>.element
    GraphElementWidget<ICanvas, GraphGroup>.FetchMetadata()
    GraphElementWidget<ICanvas, GraphGroup>.GetData<T>()
    GraphElementWidget<ICanvas, GraphGroup>.GetDebugData<T>()
    GraphElementWidget<ICanvas, GraphGroup>.BeforeFrame()
    GraphElementWidget<ICanvas, GraphGroup>.HandleCapture()
    GraphElementWidget<ICanvas, GraphGroup>.HandleInput()
    GraphElementWidget<ICanvas, GraphGroup>.canAlignAndDistribute
    GraphElementWidget<ICanvas, GraphGroup>.zIndex
    GraphElementWidget<ICanvas, GraphGroup>.contextOptions
    GraphElementWidget<ICanvas, GraphGroup>.HandleDoubleClick()
    GraphElementWidget<ICanvas, GraphGroup>.OnDoubleClick()
    GraphElementWidget<ICanvas, GraphGroup>.canSelect
    GraphElementWidget<ICanvas, GraphGroup>.isSelected
    GraphElementWidget<ICanvas, GraphGroup>.OnContext()
    GraphElementWidget<ICanvas, GraphGroup>.resizeInnerOffset
    GraphElementWidget<ICanvas, GraphGroup>.resizeOuterOffset
    GraphElementWidget<ICanvas, GraphGroup>.minResizeSize
    GraphElementWidget<ICanvas, GraphGroup>.maxResizeSize
    GraphElementWidget<ICanvas, GraphGroup>.canResizeHorizontal
    GraphElementWidget<ICanvas, GraphGroup>.canResizeVertical
    GraphElementWidget<ICanvas, GraphGroup>.canResize
    GraphElementWidget<ICanvas, GraphGroup>.isResizing
    GraphElementWidget<ICanvas, GraphGroup>.resizeArea
    GraphElementWidget<ICanvas, GraphGroup>.isMouseOverHeaderArea
    GraphElementWidget<ICanvas, GraphGroup>.AddCursorRect(Rect, MouseCursor)
    GraphElementWidget<ICanvas, GraphGroup>.canDrag
    GraphElementWidget<ICanvas, GraphGroup>.isDragging
    GraphElementWidget<ICanvas, GraphGroup>.BeginDrag()
    GraphElementWidget<ICanvas, GraphGroup>.Drag(Vector2, Vector2)
    GraphElementWidget<ICanvas, GraphGroup>.EndDrag()
    GraphElementWidget<ICanvas, GraphGroup>.LockDragOrigin()
    GraphElementWidget<ICanvas, GraphGroup>.ExpandDragGroup(HashSet<IGraphElement>)
    GraphElementWidget<ICanvas, GraphGroup>.canDelete
    GraphElementWidget<ICanvas, GraphGroup>.Delete()
    GraphElementWidget<ICanvas, GraphGroup>.ExpandDeleteGroup(HashSet<IGraphElement>)
    GraphElementWidget<ICanvas, GraphGroup>.DrawOverlay()
    GraphElementWidget<ICanvas, GraphGroup>.canCopy
    GraphElementWidget<ICanvas, GraphGroup>.ExpandCopyGroup(HashSet<IGraphElement>)
    Widget<ICanvas, GraphGroup>.context
    Widget<ICanvas, GraphGroup>.reference
    Widget<ICanvas, GraphGroup>.graph
    Widget<ICanvas, GraphGroup>.canvas
    Widget<ICanvas, GraphGroup>.selection
    Widget<ICanvas, GraphGroup>.window
    Widget<ICanvas, GraphGroup>.mousePosition
    Widget<ICanvas, GraphGroup>.disposed
    Widget<ICanvas, GraphGroup>.e
    Widget<ICanvas, GraphGroup>.subWidgets
    Widget<ICanvas, GraphGroup>.SubWidgetsChanged()
    Widget<ICanvas, GraphGroup>.item
    Widget<ICanvas, GraphGroup>.hasDescriptor
    Widget<ICanvas, GraphGroup>.metadata
    Widget<ICanvas, GraphGroup>.CacheItemFirstTime()
    Widget<ICanvas, GraphGroup>.CacheItem()
    Widget<ICanvas, GraphGroup>.CacheMetadata()
    Widget<ICanvas, GraphGroup>.CacheDescription()
    Widget<ICanvas, GraphGroup>.RegisterControl()
    Widget<ICanvas, GraphGroup>.HandleRelease()
    Widget<ICanvas, GraphGroup>.Update()
    Widget<ICanvas, GraphGroup>.snapToGrid
    Widget<ICanvas, GraphGroup>.isPositionValid
    Widget<ICanvas, GraphGroup>.positionDependers
    Widget<ICanvas, GraphGroup>.positionDependencies
    Widget<ICanvas, GraphGroup>.position
    Widget<ICanvas, GraphGroup>.Reposition()
    Widget<ICanvas, GraphGroup>.CachePositionFirstPass()
    Widget<ICanvas, GraphGroup>.CachePosition()
    Widget<ICanvas, GraphGroup>.BringToFront()
    Widget<ICanvas, GraphGroup>.SendToBack()
    Widget<ICanvas, GraphGroup>.canClip
    Widget<ICanvas, GraphGroup>.clippingPosition
    Widget<ICanvas, GraphGroup>.OnViewportChange()
    Widget<ICanvas, GraphGroup>.isVisible
    Widget<ICanvas, GraphGroup>.hotArea
    Widget<ICanvas, GraphGroup>.isMouseThrough
    Widget<ICanvas, GraphGroup>.isMouseOver
    Widget<ICanvas, GraphGroup>.HandleContext()
    Widget<ICanvas, GraphGroup>.debug
    Widget<ICanvas, GraphGroup>.foregroundRequiresInput
    Widget<ICanvas, GraphGroup>.backgroundRequiresInput
    Widget<ICanvas, GraphGroup>.overlayRequiresInput
    Widget<ICanvas, GraphGroup>.DrawForeground()
    Widget<ICanvas, GraphGroup>.DrawBackground()
    Widget<ICanvas, GraphGroup>.dim
    Widget<ICanvas, GraphGroup>.BeginDim()
    Widget<ICanvas, GraphGroup>.EndDim()
    Widget<ICanvas, GraphGroup>.UpdateDim()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.Editor.dll
    Syntax
    [Widget(typeof(GraphGroup))]
    public class GraphGroupWidget : GraphElementWidget<ICanvas, GraphGroup>, IGraphElementWidget, IWidget, IDisposable

    Constructors

    GraphGroupWidget(ICanvas, GraphGroup)

    Declaration
    public GraphGroupWidget(ICanvas canvas, GraphGroup group)
    Parameters
    Type Name Description
    ICanvas canvas
    GraphGroup group

    Properties

    canAlignAndDistribute

    Declaration
    public override bool canAlignAndDistribute { get; }
    Property Value
    Type Description
    bool
    Overrides
    GraphElementWidget<ICanvas, GraphGroup>.canAlignAndDistribute

    canDelete

    Declaration
    public override bool canDelete { get; }
    Property Value
    Type Description
    bool
    Overrides
    GraphElementWidget<ICanvas, GraphGroup>.canDelete

    canDrag

    Declaration
    public override bool canDrag { get; }
    Property Value
    Type Description
    bool
    Overrides
    GraphElementWidget<ICanvas, GraphGroup>.canDrag

    canResizeHorizontal

    Declaration
    public override bool canResizeHorizontal { get; }
    Property Value
    Type Description
    bool
    Overrides
    GraphElementWidget<ICanvas, GraphGroup>.canResizeHorizontal

    canResizeVertical

    Declaration
    public override bool canResizeVertical { get; }
    Property Value
    Type Description
    bool
    Overrides
    GraphElementWidget<ICanvas, GraphGroup>.canResizeVertical

    canSelect

    Declaration
    public override bool canSelect { get; }
    Property Value
    Type Description
    bool
    Overrides
    GraphElementWidget<ICanvas, GraphGroup>.canSelect

    foregroundRequiresInput

    Declaration
    public override bool foregroundRequiresInput { get; }
    Property Value
    Type Description
    bool
    Overrides
    Widget<ICanvas, GraphGroup>.foregroundRequiresInput

    hotArea

    Declaration
    public override Rect hotArea { get; }
    Property Value
    Type Description
    Rect
    Overrides
    Widget<ICanvas, GraphGroup>.hotArea

    labelPosition

    Declaration
    public Rect labelPosition { get; }
    Property Value
    Type Description
    Rect

    position

    Declaration
    public override Rect position { get; set; }
    Property Value
    Type Description
    Rect
    Overrides
    Widget<ICanvas, GraphGroup>.position

    snapToGrid

    Declaration
    protected override bool snapToGrid { get; }
    Property Value
    Type Description
    bool
    Overrides
    Widget<ICanvas, GraphGroup>.snapToGrid

    zIndex

    Declaration
    public override float zIndex { get; set; }
    Property Value
    Type Description
    float
    Overrides
    GraphElementWidget<ICanvas, GraphGroup>.zIndex

    Methods

    CacheItem()

    Declaration
    public override void CacheItem()
    Overrides
    Widget<ICanvas, GraphGroup>.CacheItem()

    CachePosition()

    Declaration
    public override void CachePosition()
    Overrides
    Widget<ICanvas, GraphGroup>.CachePosition()

    DrawBackground()

    Declaration
    public override void DrawBackground()
    Overrides
    Widget<ICanvas, GraphGroup>.DrawBackground()

    DrawForeground()

    Declaration
    public override void DrawForeground()
    Overrides
    Widget<ICanvas, GraphGroup>.DrawForeground()

    ExpandDragGroup(HashSet<IGraphElement>)

    Declaration
    public override void ExpandDragGroup(HashSet<IGraphElement> dragGroup)
    Parameters
    Type Name Description
    HashSet<IGraphElement> dragGroup
    Overrides
    GraphElementWidget<ICanvas, GraphGroup>.ExpandDragGroup(HashSet<IGraphElement>)

    FocusLabel()

    Declaration
    public void FocusLabel()

    OnDoubleClick()

    Declaration
    protected override void OnDoubleClick()
    Overrides
    GraphElementWidget<ICanvas, GraphGroup>.OnDoubleClick()

    OnViewportChange()

    Declaration
    public override void OnViewportChange()
    Overrides
    Widget<ICanvas, GraphGroup>.OnViewportChange()

    Implements

    IGraphElementWidget
    IWidget
    IDisposable

    Extension Methods

    Cloning.Clone(object, ICloner, bool)
    Cloning.Clone(object, ICloner, bool)
    Cloning.CloneViaFakeSerialization(object)
    Cloning.CloneViaFakeSerialization(object)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    Serialization.Serialize(object, bool)
    Serialization.Serialize(object, bool)
    TypeUtility.ToShortString(object, int)
    TypeUtility.ToShortString(object, int)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.ToSafeString(object)
    UnityObjectUtility.ToSafeString(object)
    XAnalyserProvider.Analyser(object, GraphReference)
    XAnalyserProvider.Analyser(object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(object, IGraphContext)
    XAnalyserProvider.Analysis(object, GraphReference)
    XAnalyserProvider.Analysis(object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(object, IGraphContext)
    XDescriptorProvider.Describe(object)
    XDescriptorProvider.Description(object)
    XDescriptorProvider.Description<TDescription>(object)
    XDescriptorProvider.Descriptor(object)
    XDescriptorProvider.Descriptor<TDescriptor>(object)
    XDescriptorProvider.HasDescriptor(object)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.Clone<T>(T, ICloner, bool)
    Cloning.Clone<T>(T, ICloner, bool)
    LinqUtility.Yield<T>(T)
    LinqUtility.Yield<T>(T)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)