- RigidBody(props: Omit<RigidBodyProps & RefAttributes<RapierRigidBody>, "ref"> & {
ref?: null | ((instance: null | RapierRigidBody) => void) | RefObject<RapierRigidBody>;
}): null | ReactElement<any, string | JSXElementConstructor<any>>
-
Returns null | ReactElement<any, string | JSXElementConstructor<any>>
A rigid body is a physical object that can be simulated by the physics engine.