bodyApplyCentralForce(body:force:)

    Applies a directional force without affecting rotation. A force is time dependent and meant to be applied every physics update.

    PhysicsServer3D.swift:3192
    static func bodyApplyCentralForce(body: RID, force: Vector3)

    This is equivalent to using bodyApplyForce(body:force:position:) at the body’s center of mass.

    Other members in extension

    Types

    Type members