AnimationTransition.CrossFadeDuration Property
Definition¶
Namespace: Brine2D.Animation
When greater than zero the state machine fires PlayWithCrossFade(string, float, bool) instead of Play(string, bool), blending from the outgoing to the incoming clip over this many seconds. Zero means hard cut.
public float CrossFadeDuration { get; init; }