ParentState.

ChildStates Property

Summary

The children contained within this state.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ParentState

Syntax

protected AnimancerState[] ChildStates { get; private set; }

Remarks

Only states up to the Animancer.ParentState.ChildCount should be assigned.

Value

Type Description
AnimancerState[]