![]() |
MAGE
v0.171.0
Matthias Advanced Game Engine
|
#include <component.hpp>
Static Private Member Functions | |
| static void | SetOwner (Component &component, ProxyPtr< Node > owner) noexcept |
Friends | |
| class | Node |
A class of component clients.
|
staticprivatenoexcept |
Sets the owner of the given component to the given owner.
| [in,out] | component | A reference to the component. |
| [in] | owner | A pointer to the owner. |
|
friend |