RemoveComponentCommand.ixx File
Deferred command for removing a component from an entity. More...
Included Headers
#include <memory>
Namespaces Index
| namespace | helios |
| namespace | ecs |
| namespace | commands |
Classes Index
| struct | RemoveComponentCommand<TComponent> |
|
Deferred command that removes a component of type TComponent from an entity. More... | |
Description
Deferred command for removing a component from an entity.
File Listing
The file content with the documentation metadata removed is:
11export namespace helios::ecs::commands {
23 struct RemoveComponentCommand {
26 using Handle_type = TComponent::Handle_type;
29 using Component_type = TComponent;
42 explicit RemoveComponentCommand(Handle_type handle)
55 explicit RemoveComponentCommand(Handle_type handle, TArgs&& ...args)
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.