sgdk
FrameVDPSprite Struct Reference

Single VDP sprite info structure for sprite animation frame. More...

#include <sprite_eng.h>

List of all members.

Public Attributes

u8 numTile
u8 offsetY
u8 offsetYFlip
u8 size
u8 offsetX
u8 offsetXFlip

Detailed Description

Single VDP sprite info structure for sprite animation frame.

Parameters:
numTilenumber of tile for this VDP sprite (should be coherent with the given size field)
offsetYY offset for this VDP sprite relative to global Sprite position
offsetYFlipY offset (flip version) for this VDP sprite relative to global Sprite position
sizesprite size (see SPRITE_SIZE macro)
offsetXX offset for this VDP sprite relative to global Sprite position
offsetXFlipX offset (flip version) for this VDP sprite relative to global Sprite position

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines