|
arsa
2.7
|
#include <cdxmotion.h>
Public Member Functions | |
| BBoxInfo () | |
| irr::core::stringc | getTypeStr () const |
Public Attributes | |
| irr::core::stringc | Event |
| event in box More... | |
| BYTE | Type |
| type of box CONTEXT, ATTACK More... | |
| RECT | Box |
| size of box More... | |
| CDX_Color | Color |
| box color, red = ATTACK, blue = CONTEXT More... | |
| POINT | CenterPos |
| center position of sprite More... | |
Definition at line 45 of file cdxmotion.h.
|
inline |
Definition at line 47 of file cdxmotion.h.
|
inline |
Definition at line 52 of file cdxmotion.h.
| RECT BBoxInfo::Box |
size of box
Definition at line 59 of file cdxmotion.h.
| POINT BBoxInfo::CenterPos |
center position of sprite
Definition at line 63 of file cdxmotion.h.
| CDX_Color BBoxInfo::Color |
box color, red = ATTACK, blue = CONTEXT
Definition at line 61 of file cdxmotion.h.
| irr::core::stringc BBoxInfo::Event |
event in box
Definition at line 52 of file cdxmotion.h.
| BYTE BBoxInfo::Type |
type of box CONTEXT, ATTACK
Definition at line 57 of file cdxmotion.h.
1.8.15