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