Get the object of this component. @return a non-owning pointer to this component's owner. Do not store! */
| 75 | @return a non-owning pointer to this component's owner. Do not store! |
| 76 | */ |
| 77 | WeakRef<Entity> getOwner() const { |
| 78 | return owner; //creates a non-owning pointer |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | Set the owner of this component. This is stored in a non-owning fashion. |
no outgoing calls
no test coverage detected