module
Entity selectorAdds 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
- EntitySelector - identifies the currently selected entity.
Dependencies
- ImGui integration
- screen-picker-plugin
- Window
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 |