Skip to content

AnimationClip.UserData Property

Definition

Namespace: Brine2D.Animation

Arbitrary per-clip payload. Use this to attach game-specific data \(e\.g\. clip categories, tags, metadata\) without subclassing. Not consumed by the animation system.

C#
public object? UserData { get; set; }

Property Value

System.Object