Skip to content

AnimationClipSnapshot(PlaybackMode, int, string, ITexture, object, Nullable) Constructor

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.

public AnimationClipSnapshot(Brine2D.Animation.PlaybackMode PlaybackMode, int RepeatCount, string? TexturePath, Brine2D.Rendering.ITexture? Texture, object? UserData, System.Nullable<Brine2D.Core.Color> ClipTint);

Parameters

PlaybackMode PlaybackMode

RepeatCount System.Int32

TexturePath System.String

Texture ITexture

UserData System.Object

ClipTint System.Nullable<Color>

See Also