Animation Type
A single animation with pre-computed frame rectangles.
This struct is designed for cache-friendly access during the hot path. Users can construct these from any source format.
Record fields
| Record Field |
Description
|
Full Usage:
FrameDuration
Field type: float32
|
Duration of each frame in seconds (1/fps).
|
Pre-computed source rectangles for each frame.
|
|
Full Usage:
Loop
Field type: bool
|
Does this animation loop?
|
Mibo