StrixAnimationSynchronizer Class |
Namespace: SoftGear.Strix.Unity.Runtime
public class StrixAnimationSynchronizer : StrixBehaviour
The StrixAnimationSynchronizer type exposes the following members.
Name | Description | |
---|---|---|
StrixAnimationSynchronizer | Initializes a new instance of the StrixAnimationSynchronizer class |
Name | Description | |
---|---|---|
OnStrixDeserialize | (Overrides StrixBehaviourOnStrixDeserialize(StrixSerializationProperties).) | |
OnStrixSerialize | (Overrides StrixBehaviourOnStrixSerialize(StrixSerializationProperties).) |
Name | Description | |
---|---|---|
Animator |
Unity Animator reference.
| |
ParameterSynchronizationFlags |
A list of flags that determine whether specific animation parameters should be synchronized or not.
| |
SynchronizeStates |
If set to , will synchronize Mecanim states.
|
You can uncheck some of the parameters in the inspector to disable their synchronization. This may be useful in situations when parameters can be set locally based on some conditions like character being grounded.