Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimationLayerMixerPlayable

An implementation of IPlayable that controls an animation layer mixer.
Read time 1 minuteLast updated 10 days ago

Definition

public struct AnimationLayerMixerPlayable : IPlayable, IEquatable<AnimationLayerMixerPlayable>

Remarks

NOTE: You can use PlayableExtensions methods with AnimationLayerMixerPlayable objects.

Static Properties

Property

Description

NullReturns an invalid AnimationLayerMixerPlayable.

Methods

Method

Description

IsLayerAdditiveReturns true if the layer is additive, false otherwise.
SetLayerAdditiveSpecifies whether a layer is additive or not. Additive layers blend with previous layers.
SetLayerMaskFromAvatarMaskSets the mask for the current layer.

Static Methods

Method

Description

CreateCreates an AnimationLayerMixerPlayable in the PlayableGraph.