Summary
FlexMotionMaskLayerConfig
is a serializable class that stores the settings for the AnimationLayerMixerPlayable
of a FlexMotionAnimator
.
Mask Layers are the equivalent of the Layers of an Unity's Animator which are mostly used to handle avatar masks.
Syntax
[Serializable]
public class FlexMotionMaskLayerConfig
Properties
Name | Property Type | Summary |
---|---|---|
IsAdditive | bool |
Specifies whether a layer is additive or not. Additive layers blend with previous layers.
|
Mask | AvatarMask |
Sets the Avatar mask to use for that mask layer.
|