ParentState.

Set(int, AnimancerState, bool) Method

Summary

Replaces the `child` at the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ParentState

Syntax

public virtual void Set(int index, AnimancerState child, bool destroyPrevious)

Parameters

Name Type Description
index int
child AnimancerState
destroyPrevious bool

Return Value

Type Description
void