I'm trying to track multiple ongoing collisions at once (not on enter or exit, the "in between") with a CharacterBody3D, and I am not seeing an equivalent function when I check the API. Do I need to make a child Area3D to handle these collision checks, or is there an equivalent function that will accomplish this goal in CharacterBody3D that I am missing?