Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Group

Allows interactive insertion of elements in a named scope.
Read time 10 minutesLast updated 4 days ago

Definition

public class Group : Scope, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, ISelectable, ICollectibleElement

Constructors

Constructor

Description

Group()Group constructor.

Properties

Property

Description

titleTitle of the group.

Methods

Method

Description

AcceptsElementWhether an element can be added to this group.
CollectElementsRetrieves a set of graph elements that match a specified condition. The matching graph elements are selected from this group.
FocusTitleTextFieldFocuses the title text field of this group, so that it's editable from the UI.
OnElementsAddedCalled when elements are added to this group.
OnElementsRemovedCalled when elements are removed from this group.
OnGroupRenamedCalled when this group is renamed.

Inheritance

Inherited Members