|
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 |
| ComponentTypeSocket | type |
Definition at line 103 of file USocket.hpp.
| std::uint64_t newComponent::attribute |
Definition at line 113 of file USocket.hpp.
| std::uint64_t newComponent::attribute2 |
Definition at line 114 of file USocket.hpp.
| int newComponent::id |
Definition at line 104 of file USocket.hpp.
Referenced by LobbyScene::checkSpawnerActivation(), and LobbyScene::update().
| int newComponent::rectHeight |
Definition at line 112 of file USocket.hpp.
| int newComponent::rectLeft |
Definition at line 109 of file USocket.hpp.
| int newComponent::rectTop |
Definition at line 110 of file USocket.hpp.
| int newComponent::rectWidth |
Definition at line 111 of file USocket.hpp.
| float newComponent::sizeHorizontal |
Definition at line 107 of file USocket.hpp.
| float newComponent::sizeVertical |
Definition at line 108 of file USocket.hpp.
| ComponentTypeSocket newComponent::type |
Definition at line 115 of file USocket.hpp.
Referenced by LobbyScene::checkSpawnerActivation(), and LobbyScene::update().
| float newComponent::x |
Definition at line 105 of file USocket.hpp.
| float newComponent::y |
Definition at line 106 of file USocket.hpp.