Stardew Engine
Loading...
Searching...
No Matches
WfAnimationSet Struct Reference

A set of anumations drawn behind and in front of the base sprite. More...

#include <WfPlayer.h>

Collaboration diagram for WfAnimationSet:

Data Fields

struct WfAnimationSetLayer bgLayers [WfNumBackgroundAnimationLayers]
 Layers behind the sprite.
 
struct WfAnimationSetLayer layers [WfNumAnimationLayers]
 Layers in front of the sprite.
 
unsigned int layersMask
 which layers in front are drawn
 
unsigned int bgLayersMask
 which layers behind are drawn
 

Detailed Description

A set of anumations drawn behind and in front of the base sprite.

Field Documentation

◆ bgLayers

struct WfAnimationSetLayer WfAnimationSet::bgLayers[WfNumBackgroundAnimationLayers]

Layers behind the sprite.

◆ bgLayersMask

unsigned int WfAnimationSet::bgLayersMask

which layers behind are drawn

◆ layers

struct WfAnimationSetLayer WfAnimationSet::layers[WfNumAnimationLayers]

Layers in front of the sprite.

◆ layersMask

unsigned int WfAnimationSet::layersMask

which layers in front are drawn


The documentation for this struct was generated from the following file: