BindingComponent.ixx File
Included Headers
#include <concepts>
Namespaces Index
| namespace | helios |
| namespace | ecs |
| namespace | components |
Classes Index
| class | BindingComponent<TOwnerHandle, TTargetHandle> |
|
Generic component that stores a handle reference to another entity. More... | |
File Listing
The file content with the documentation metadata removed is:
7export namespace helios::ecs::components {
21 class BindingComponent {
32 explicit BindingComponent(const TTargetHandle targetHandle) : targetHandle_(targetHandle) {};
45 explicit BindingComponent(const TTargetEntity targetEntity) : targetHandle_(targetEntity.handle()) {};
52 [[nodiscard]] TTargetHandle targetHandle() const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.