AnimationClipSnapshot Class
Definition
Namespace: Brine2D.Animation
Immutable snapshot of an AnimationClip's mutable runtime configuration. Captures PlaybackMode, RepeatCount, TexturePath, Texture, UserData, and ClipTint. Frame lists and events are not captured; use Clone\(string\) for a full structural copy.
C#
public sealed record AnimationClipSnapshot : System.IEquatable<Brine2D.Animation.AnimationClipSnapshot>
Inheritance System.Object → AnimationClipSnapshot
Implements System.IEquatable<AnimationClipSnapshot>
See Also
| Constructors | |
|---|---|
| AnimationClipSnapshot\(PlaybackMode, int, string, ITexture, object, Nullable<Color>\) | Immutable snapshot of an AnimationClip's mutable runtime configuration. Captures PlaybackMode, RepeatCount, TexturePath, Texture, UserData, and ClipTint. Frame lists and events are not captured; use Clone\(string\) for a full structural copy. |