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

IUpdatable.Indexer.

IUpdatable.

SetIndex(IUpdatable, int) Method

Summary

Sets the index of the `item`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IUpdatable.Indexer

Syntax

public void SetIndex(IUpdatable item, int index)

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
index int

Return Value

Type Description
void