6#include <nw/math/math_Types.h>
8namespace nw {
namespace lyt {
34 Size(f32 aWidth, f32 aHeight)
49 size.height = aHeight;
Definition lyt_Animator.h:6
const int TexMapMax
Definition lyt_Types.h:14
const int UserDataStrMax
Definition lyt_Types.h:12
const int ResourceNameStrMax
Definition lyt_Types.h:10
TextColor
Definition lyt_Types.h:17
@ TextColor_Top
Definition lyt_Types.h:22
@ TextColor_Bottom
Definition lyt_Types.h:23
@ TEXTCOLOR_MAX
Definition lyt_Types.h:20
@ TextColor_MaxTextColor
Definition lyt_Types.h:24
@ TEXTCOLOR_TOP
Definition lyt_Types.h:18
@ TEXTCOLOR_BOTTOM
Definition lyt_Types.h:19
Definition lyt_Types.h:28
Size(f32 aWidth, f32 aHeight)
Definition lyt_Types.h:34
f32 height
Definition lyt_Types.h:55
static Size Create(float aWidth, float aHeight)
Definition lyt_Types.h:44
f32 width
Definition lyt_Types.h:54
Size()
Definition lyt_Types.h:29
Size(const Size &other)
Definition lyt_Types.h:39