This is the old Animancer v7.4 documentation. Click here for the latest version.

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[]