AnimancerPlayable.LayerList.

AnimancerPlayable.

SetMinDefaultCapacity(int) Method

Summary

[Pro-Only] If the Animancer.AnimancerPlayable.LayerList.DefaultCapacity is below the specified `min`, this method increases it to that value.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable.LayerList

Syntax

public static void SetMinDefaultCapacity(int min)

Parameters

Name Type Description
min int

Return Value

Type Description
void