Reorderable List Control for Unity
IElementAdderTContext Interface |
Interface for an object which adds elements to a context object of the type
TContext.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

public interface IElementAdder<TContext>
public interface IElementAdder.<TContext>
Type Parameters
- TContext
- Type of the context object that elements can be added to.
The IElementAdderTContext type exposes the following members.

Name | Description | |
---|---|---|
![]() | AddElement |
Adds an element of the specified type to the associated
context object.
|
![]() | CanAddElement |
Determines whether a new element of the specified type can
be added to the associated context object.
|

