# Entity

Entity is a base entity that has no functionality other than the ability to change position, scale, and rotation. There are a few useful uses for this entity, such as:

-   Store other entities underneath it for better structure of the project.
    
-   Get its transform from a plugin to apply it on GUI elements that is drawn from the plugin.
    
-   Use it to transform multiple entities while keeping their relation intact amongst each other.
