CG-Project2
|
All utilities for a parent entity. More...
Functions | |
void | addChild (const unsigned int &parent, const unsigned int &child) |
Adds a child to the parent entity. | |
void | removeChild (const unsigned int &parent, const unsigned int &child) |
Removes the given child from the parent entity. |
All utilities for a parent entity.
void systems::parent::addChild | ( | const unsigned int & | parent, |
const unsigned int & | child ) |
Adds a child to the parent entity.
parent | the parent entity id |
child | the child entity id |
void systems::parent::removeChild | ( | const unsigned int & | parent, |
const unsigned int & | child ) |
Removes the given child from the parent entity.
parent | the parent entity id |
child | the child entity id |