Class Group
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public class Group : Scope, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, ISelectable
Constructors
| Improve this Doc View SourceGroup()
Declaration
public Group()
Properties
| Improve this Doc View Sourcetitle
Declaration
public override string title { get; set; }
Property Value
Type | Description |
---|---|
String |
Overrides
Methods
| Improve this Doc View SourceAcceptsElement(GraphElement, ref String)
Declaration
public override bool AcceptsElement(GraphElement element, ref string reasonWhyNotAccepted)
Parameters
Type | Name | Description |
---|---|---|
GraphElement | element | |
String | reasonWhyNotAccepted |
Returns
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceOnElementsAdded(IEnumerable<GraphElement>)
Declaration
protected override void OnElementsAdded(IEnumerable<GraphElement> elements)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<GraphElement> | elements |
Overrides
| Improve this Doc View SourceOnElementsRemoved(IEnumerable<GraphElement>)
Declaration
protected override void OnElementsRemoved(IEnumerable<GraphElement> elements)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<GraphElement> | elements |
Overrides
| Improve this Doc View SourceOnGroupRenamed(String, String)
Declaration
protected virtual void OnGroupRenamed(string oldName, string newName)
Parameters
Type | Name | Description |
---|---|---|
String | oldName | |
String | newName |