GridAnimationDef Type
Definition for an animation in a grid-based sprite sheet.
Use this with SpriteSheet.fromGrid for self-documenting animation definitions.
Record fields
| Record Field |
Description
|
Full Usage:
Fps
Field type: float32
|
|
Full Usage:
FrameCount
Field type: int
|
|
Full Usage:
Loop
Field type: bool
|
|
Full Usage:
Name
Field type: string
|
|
Full Usage:
Row
Field type: int
|
|
Full Usage:
StartCol
Field type: int
|
|
Mibo.Raylib