AnimancerPlayable.LayerList.

AnimancerPlayable.

SetMinCount(int) Method

Summary

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

Syntax

public void SetMinCount(int min)

Parameters

Name Type Description
min int

Return Value

Type Description
void