Summary
Returns the index of the `item`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- IUpdatable
.Indexer
Syntax
public int GetIndex(IUpdatable item)
Remarks
The index used by this method should be initialized at -1 and should not be modified by anything outside
this indexer.
Parameters
| Name | Type | Description |
|---|---|---|
| item | IUpdatable |
Return Value
| Type | Description |
|---|---|
| int |