Click or drag to resize

StrixAnimationSynchronizerParameterSynchronizationFlags Field

A list of flags that determine whether specific animation parameters should be synchronized or not.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public bool[] ParameterSynchronizationFlags

Field Value

Type: Boolean
Remarks
Each of the elements here corresponds to a parameter in Animator.parameters. Although you can set these through code, there's a custom inspector in Strix Unity SDK that allows you to modify the list in a more user-friendly way.
See Also