Summary
Removes the `updatable` from the list of objects that need to be updated before the playables.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerGraph
Syntax
public void CancelPreUpdate(IUpdatable updatable)
Remarks
This method is safe to call at any time, even during an update.
The last element is swapped into the place of the one being removed so that the rest of them don't need to
be moved down one place to fill the gap. This is more efficient, but means that the update order can change.
Parameters
Name | Type | Description |
---|---|---|
updatable | IUpdatable |
Return Value
Type | Description |
---|---|
void |