Tesseratos » Entity selector module

Adds a resource used to select an entity.

This plugins exists to reduce coupling between plugins. For example, a plugin which allows selecting entities through a ImGui window only needs to depend on this plugin, instead of having to know about all the plugins which care about it. The same applies in the other direction.

Resources

Dependencies

Files

file plugin.hpp
Plugin entry point.

Functions

void entitySelectorPlugin(cubos::engine::Cubos& cubos)
Plugin entry function.

Function documentation

void entitySelectorPlugin(cubos::engine::Cubos& cubos)

Plugin entry function.

Parameters
cubos Cubos main class