ParentState.

EnsureRemainingChildCapacity(int) Method

Summary

Ensures that the remaining unused Animancer.ParentState.ChildCapacity is greater than or equal to the specified `minimumCapacity`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ParentState

Syntax

public void EnsureRemainingChildCapacity(int minimumCapacity)

Parameters

Name Type Description
minimumCapacity int

Return Value

Type Description
void