IIndexer<T> Interface

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/api/Animancer/Indexer"

Syntax

public interface IIndexer<T>

Type Parameters

Name Description
T

Methods

Name Value Summary
ClearIndex(T) void
Resets the index of the `item` to -1.
GetIndex(T) int
Returns the index of the `item`.
SetIndex(T, int) void
Sets the index of the `item`.