AnimationClip.Loop Property
Definition¶
Namespace: Brine2D.Animation
Shorthand for PlaybackMode. Setting to false maps the current mode
to its non-looping equivalent: Loop becomes
PlaybackMode.Once; PingPong becomes
PingPongOnce. Setting to true always sets
Loop — use PlaybackMode directly for ping-pong.
public bool Loop { get; set; }