Pixel Dust Game Engine  v0.9.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Attributes | List of all members
SpriteAnimateInfo Struct Reference
Collaboration diagram for SpriteAnimateInfo:
Collaboration graph
[legend]

Public Attributes

uint16 action
 what action is being taken, one of the pdg::Sprite::action_Xxxx enumeration values
 
SpriteactingSprite
 which sprite is doing the animation
 
SpriteLayerinLayer
 what layer the action happened in
 

Detailed Description

Event Data for eventType_SpriteAnimate.

Member Data Documentation

Sprite* actingSprite

which sprite is doing the animation

uint16 action

what action is being taken, one of the pdg::Sprite::action_Xxxx enumeration values

SpriteLayer* inLayer

what layer the action happened in