Skip to content

SpriteAnimator.RestorePlaybackSnapshot(AnimatorPlaybackSnapshot) Method

Definition

Namespace: Brine2D.Animation

C#
public bool RestorePlaybackSnapshot(Brine2D.Animation.AnimatorPlaybackSnapshot snapshot);

Parameters

snapshot AnimatorPlaybackSnapshot

Returns

System.Boolean

Remarks

No events fire during restore \([OnAnimationStart](OnAnimationStart.md 'Brine2D\.Animation\.SpriteAnimator\.OnAnimationStart'), frame enter/exit, clip enter/exit\). Raise them afterward if needed.