MAGE  v0.171.0
Matthias Advanced Game Engine
mage::ComponentClient Class Reference

#include <component.hpp>

Static Private Member Functions

static void SetOwner (Component &component, ProxyPtr< Node > owner) noexcept
 

Friends

class Node
 

Detailed Description

A class of component clients.

Member Function Documentation

◆ SetOwner()

static void mage::ComponentClient::SetOwner ( Component component,
ProxyPtr< Node owner 
)
staticprivatenoexcept

Sets the owner of the given component to the given owner.

Parameters
[in,out]componentA reference to the component.
[in]ownerA pointer to the owner.

Friends And Related Function Documentation

◆ Node

friend class Node
friend