#include <sprite_builder.h>
Public Member Functions | |
SpriteAction & | AddInstruction (const SpriteInstruction &instruction) |
SpriteAction & | AddCustomInstruction (const std::string &asmCode) |
SpriteAction & | SetNextAction (const std::string &nextActionName) |
std::string | GetConfiguration () const |
Static Public Member Functions | |
static SpriteAction | Create (const std::string &actionName) |
static SpriteAction | Create () |
Private Attributes | |
std::string | name |
std::vector< std::string > | instructions |
std::string | nextAction |
Definition at line 38 of file sprite_builder.h.
|
static |
Definition at line 66 of file sprite_builder.cc.
|
static |
Definition at line 72 of file sprite_builder.cc.
Referenced by yaze::test::zelda3::SpriteBuilderTest::SetUp().
SpriteAction & yaze::app::zelda3::SpriteAction::AddInstruction | ( | const SpriteInstruction & | instruction | ) |
Definition at line 78 of file sprite_builder.cc.
Referenced by yaze::test::zelda3::SpriteBuilderTest::SetUp().
SpriteAction & yaze::app::zelda3::SpriteAction::AddCustomInstruction | ( | const std::string & | asmCode | ) |
Definition at line 83 of file sprite_builder.cc.
Referenced by yaze::test::zelda3::SpriteBuilderTest::SetUp().
SpriteAction & yaze::app::zelda3::SpriteAction::SetNextAction | ( | const std::string & | nextActionName | ) |
Definition at line 87 of file sprite_builder.cc.
Referenced by yaze::test::zelda3::SpriteBuilderTest::SetUp().
std::string yaze::app::zelda3::SpriteAction::GetConfiguration | ( | ) | const |
Definition at line 91 of file sprite_builder.cc.
|
private |
Definition at line 59 of file sprite_builder.h.
|
private |
Definition at line 60 of file sprite_builder.h.
|
private |
Definition at line 61 of file sprite_builder.h.