This is the old Animancer v7.4 documentation. Click here for the latest version.

IUpdatable.

IUpdatable.Indexer Struct

Summary

An Animancer.IIndexer`1 for Animancer.IUpdatable.
Assembly
Animancer.dll
Namespace
Animancer
Interfaces
Base Types
  • ValueType
IUpdatable.Indexer
ValueType
IIndexer

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`.