| 19 | } |
| 20 | |
| 21 | void RavEngine::PhysicsBodyComponent::AddHook(const WeakRef<RavEngine::Entity>& e) |
| 22 | { |
| 23 | setPos(e.get()->transform()->GetWorldPosition()); |
| 24 | setRot(e.get()->transform()->GetWorldRotation()); |
| 25 | } |
| 26 | |
| 27 | void RavEngine::PhysicsBodyComponent::AddReceiver(IPhysicsActor* obj) |
| 28 | { |
nothing calls this directly
no test coverage detected