Animation frame info.
More...
#include <AnimationInfo.hpp>
|
static Ptr | Make (int p_Width, int p_Height, uint32_t p_FrameCount) |
| Constructor.
|
|
Animation frame info.
Definition at line 20 of file AnimationInfo.hpp.
◆ Ptr
using CP_SDK::Animation::AnimationInfo::Ptr = std::shared_ptr<AnimationInfo> |
◆ AnimationInfo()
CP_SDK::Animation::AnimationInfo::AnimationInfo |
( |
CP_SDK_PRIV_TAG_ARG() |
, |
|
|
int |
p_Width, |
|
|
int |
p_Height, |
|
|
uint32_t |
p_FrameCount |
|
) |
| |
Constructor.
- Parameters
-
p_Width | Width |
p_Height | Height |
p_FrameCount | Animation frame count |
◆ ~AnimationInfo()
CP_SDK::Animation::AnimationInfo::~AnimationInfo |
( |
| ) |
|
◆ Make()
static Ptr CP_SDK::Animation::AnimationInfo::Make |
( |
int |
p_Width, |
|
|
int |
p_Height, |
|
|
uint32_t |
p_FrameCount |
|
) |
| |
|
static |
Constructor.
- Parameters
-
p_Width | Width |
p_Height | Height |
p_FrameCount | Animation frame count |
◆ Delays
std::vector<uint16_t> CP_SDK::Animation::AnimationInfo::Delays |
◆ Frames
std::vector<_u::Color32*> CP_SDK::Animation::AnimationInfo::Frames |
◆ Height
int32_t CP_SDK::Animation::AnimationInfo::Height |
◆ Width
int32_t CP_SDK::Animation::AnimationInfo::Width |
The documentation for this class was generated from the following file: