IUpdatable.

IUpdatable.Indexer Struct

Summary

An Animancer.IIndexer`1 for Animancer.IUpdatable.
Assembly
Animancer.dll
Namespace
Animancer
Interfaces
Base Types
  • ValueType
graph BT Type-->Base0["ValueType"] Type-.->Interface0["IIndexer<IUpdatable>"] Type["IUpdatable.Indexer"] class Type type-node

Syntax

public readonly struct IUpdatable.Indexer : ValueType, IIndexer<IUpdatable>

Methods

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