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