ElementBase.hpp
Go to the documentation of this file.
virtual void setPosition(const vec3 &_pos)
set the current position of the element
Definition: ElementBase.hpp:12
Definition: AudioElement.hpp:8
virtual const vec3 & getPosition()
get the current position of the element
virtual void draw(int32_t _pass=0)
draw the curent element (can have multiple display)
virtual const std::string & getType() const
get the element Type description string.
ElementBase(const ememory::SharedPtr< ege::Environement > &_env)
Constructor (when constructer is called just add element that did not change. The objest will be stor...
Definition: Element.hpp:28