ControllerState.

parameters Property

Summary

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

Syntax

public AnimatorControllerParameter[] parameters { get; }

Remarks

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

Value

Type Description
AnimatorControllerParameter[]