HybridAnimancerComponent.

parameters Property

Summary

The parameters in the Animancer.HybridAnimancerComponent.Controller.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
HybridAnimancerComponent

Syntax

public AnimatorControllerParameter[] parameters { get; }

Remarks

This property allocates a new array when first accessed. To avoid that, you can use Animancer.HybridAnimancerComponent.GetParameterCount and Animancer.HybridAnimancerComponent.GetParameter(System.Int32) instead.

Value

Type Description
AnimatorControllerParameter[]