Summary
An object which accesses the index of the items in an
Animancer.IndexedList`2.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Implementing Types
graph BT
Type["IIndexer<T>"]
class Type type-node
Implementing0["IUpdatable.Indexer"]-.->Type
click Implementing0 "/animancer-v7-4/api/Animancer/Indexer"
Syntax
public interface IIndexer<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Name | Value | Summary |
|---|---|---|
| ClearIndex |
void |
Resets the index of the `item` to -1.
|
| GetIndex |
int |
Returns the index of the `item`.
|
| SetIndex |
void |
Sets the index of the `item`.
|