Frame for unit's animation sequence. More...
#include "units/frame_private.hpp"
#include "color.hpp"
#include "drawing_layer.hpp"
#include "halo.hpp"
#include "picture.hpp"
#include "utils/optional_fwd.hpp"
#include <boost/logic/tribool.hpp>
#include <chrono>
Go to the source code of this file.
Classes | |
struct | frame_parameters |
All parameters from a frame at a given instant. More... | |
class | frame_builder |
Easily build frame parameters with the serialized constructors. More... | |
class | frame_parsed_parameters |
Keep most parameters in a separate class to simplify the handling of the large number of parameters between the frame level and animation level. More... | |
class | unit_frame |
Describes a unit's animation sequence. More... | |
Functions | |
constexpr int | get_abs_frame_layer (drawing_layer layer) |
Frame for unit's animation sequence.
Definition in file frame.hpp.
|
constexpr |
Definition at line 37 of file frame.hpp.
References unit_first.
Referenced by unit_animation::add_anims(), add_simple_anim(), unit_animation::fill_initial_animations(), unit_frame::merge_parameters(), and frame_parsed_parameters::parameters().