ClipTransition.

Clip Property

Summary

[UnityEngine.SerializeField] The animation to play.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ClipTransition

Syntax

public AnimationClip Clip { get; set; }

Remarks

If you set this property and this transition has been played on multiple characters, you will need to call Animancer.Transition`1.ReconcileMainObject(Animancer.AnimancerGraph) for each of them to create new states for the newly assigned object.

Value

Type Description
AnimationClip