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

#include <transform.hpp>

Static Private Member Functions

static void SetOwner (Transform &transform, ProxyPtr< Node > owner) noexcept
 

Friends

class Node
 

Detailed Description

A class of transform clients.

Member Function Documentation

◆ SetOwner()

static void mage::TransformClient::SetOwner ( Transform transform,
ProxyPtr< Node owner 
)
staticprivatenoexcept

Sets the owner of the given transform to the given owner.

Parameters
[in]transformA reference to the transform.
[in]ownerA pointer to the owner.

Friends And Related Function Documentation

◆ Node

friend class Node
friend