# ICollectibleElement

> CollectibleElement interface.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.3/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public interface ICollectibleElement
```

## Methods

| Method                                                                                                                       | Description                                                                                                                                                           |
| ---------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [CollectElements](/engine/6000.3/script-reference/unityeditor/experimental/graphview/icollectibleelement/collectelements.md) | Retrieves a set of graph elements that match a specified condition. The graph elements are collected from the elements associated with implementor of this interface. |
