Nodes > Functions > Coords > Flipbook Coords
![]()
Converts coordinates to match frames on a flipbook sheet.
Inputs
| Name | Type | Description |
|---|---|---|
| Coords | float | Input coordinates to be converted |
| Frame Count | float | Horizontal and vertical number of frames appearing on the flipbook sheet |
| Max Frames | float | Number of valid animation frames. Frame numbers higher than this are ignored, useful when working with a flipbook texture having empty frames at the end. |
| Offset (frames) | float | Frame offset to apply |
| Speed (fps) | float | When animation is enabled, controls animation speed in frames per second |
| Offset (seconds) | float | When animation is enabled, applies a time offset in seconds |
Outputs
| Name | Type | Description |
|---|---|---|
| Coords | float | Converted coordinates matching the current frame to draw on the flipbook sheet |
Properties
| Name | Type | Description |
|---|---|---|
| Animate | bool | If enabled, the current frame will be animated over time, cycling horizontally then vertically through the flipbook sheet |
Was this page helpful?