| 
    CeresEngine 0.2.0
    
   A game development framework 
   | 
 
#include "SceneObject.hpp"#include "CeresEngine/Math/Math.hpp"#include "CeresEngine/Resource/ResourceHandle.hpp"Go to the source code of this file.
Namespaces | |
| namespace | CeresEngine | 
Functions | |
| auto | CeresEngine::move (Vector3 position) | 
| Moves a entity to the given position.   | |
| auto | CeresEngine::scale (Vector3 scale) | 
| Applies a scale to the entity.   | |
| auto | CeresEngine::rotate (Vector3 rotation) | 
| Rotates the entity.   | |
| auto | CeresEngine::parent (const Entity &parent) | 
| Sets the entity parent.   | |