Etterna
0.74.4
Loading...
Searching...
No Matches
src
Etterna
Actor
GameplayAndMenus
BGAnimation.h
1
#ifndef BGANIMATION_H
2
#define BGANIMATION_H
3
4
#include "Etterna/Actor/Base/ActorFrame.h"
5
6
class
XNode
;
7
9
class
BGAnimation
:
public
ActorFrameAutoDeleteChildren
10
{
11
public
:
12
BGAnimation
();
13
~BGAnimation
()
override
;
14
15
void
LoadFromAniDir(
const
std::string& sAniDir);
16
void
LoadFromNode(
const
XNode
* pNode)
override
;
17
18
BGAnimation
* Copy()
const override
;
19
20
protected
:
21
void
AddLayersFromAniDir(
const
std::string& _sAniDir,
const
XNode
* pNode);
22
};
23
24
#endif
ActorFrameAutoDeleteChildren
an ActorFrame that handles deleting children Actors automatically.
Definition
ActorFrame.h:200
BGAnimation
An ActorFrame that loads itself.
Definition
BGAnimation.h:10
XNode
Definition
XmlFile.h:95
Generated by
1.9.8