|
RType
|
#include <USocket.hpp>
Public Attributes | |
| int | id |
| float | x |
| float | y |
| float | sizeHorizontal |
| float | sizeVertical |
| int | rectLeft |
| int | rectTop |
| int | rectWidth |
| int | rectHeight |
| std::uint64_t | attribute |
| std::uint64_t | attribute2 |
Definition at line 88 of file USocket.hpp.
| std::uint64_t drawable::attribute |
Definition at line 99 of file USocket.hpp.
Referenced by Drawable::getPacket().
| std::uint64_t drawable::attribute2 |
Definition at line 100 of file USocket.hpp.
Referenced by Drawable::getPacket().
| int drawable::id |
Definition at line 89 of file USocket.hpp.
Referenced by Drawable::getPacket().
| int drawable::rectHeight |
Definition at line 98 of file USocket.hpp.
| int drawable::rectLeft |
Definition at line 95 of file USocket.hpp.
| int drawable::rectTop |
Definition at line 96 of file USocket.hpp.
| int drawable::rectWidth |
Definition at line 97 of file USocket.hpp.
| float drawable::sizeHorizontal |
Definition at line 93 of file USocket.hpp.
| float drawable::sizeVertical |
Definition at line 94 of file USocket.hpp.
| float drawable::x |
Definition at line 91 of file USocket.hpp.
| float drawable::y |
Definition at line 92 of file USocket.hpp.