Posts

Post not yet marked as solved
6 Replies
718 Views
Hi. Given an RC entity var physicsBody = tappedObject.entity.components[PhysicsBodyComponent.self]! as PhysicsBodyComponent how does one call func applyImpulse(_ impulse: SIMD3, at position: SIMD3, relativeTo referenceEntity: Entity?) to impose an impulse on the object? Or the real question is how does one obtain a physiceBody on the Model.Entity? Thanks!
Posted
by kevyk.
Last updated
.
Post not yet marked as solved
0 Replies
268 Views
Hi. Given an RC entity var physicsBody = tappedObject.entity.components[PhysicsBodyComponent.self]! as PhysicsBodyComponent how does one call func applyImpulse(_ impulse: SIMD3, at position: SIMD3, relativeTo referenceEntity: Entity?) to impose an impulse on the object? Thanks!
Posted
by kevyk.
Last updated
.