file
plugin.hppPlugin entry point.
Namespaces
- namespace cubos
- Cubos libraries namespace.
- namespace cubos::core
- Core namespace.
- namespace cubos::core::ecs
- ECS module.
- namespace cubos::engine
- Engine module.
Functions
-
auto transformPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Variables
-
CUBOS_
ENGINE_ API Tag transformMissingLocalTag - The LocalToWorld components are added to entities with Position, Rotation or Scale components.
-
CUBOS_
ENGINE_ API Tag transformMissingTag - The Position, Rotation, Scale and possibly LocalToParent components are added to entities with LocalToWorld components.
-
CUBOS_
ENGINE_ API Tag transformUpdateRelativeTag - The LocalToWorld or LocalToParent components are updated with the information from the Position, Rotation and Scale components.
-
CUBOS_
ENGINE_ API Tag transformUpdateTag - The LocalToWorld components are updated with the information from the LocalToParent component and the LocalToWorld components of the parent.