AnimationStateMachine.CaptureSnapshot() Method
Captures the current runtime state into an immutable AnimationStateMachineSnapshot. Use with RestoreSnapshot(AnimationStateMachineSnapshot) for save/load and rollback systems. Registered transitions, callbacks, and state history are not included.
public Brine2D.Animation.AnimationStateMachineSnapshot CaptureSnapshot();