Result of a 3D shape query in [PhysicsServer].
	
	
		The result of a 3D shape query in [PhysicsServer]. See also [PhysicsShapeQueryParameters].
	
	
	
	
		
			
			
			
				Returns the number of objects that intersected with the shape.
			
		
		
			
			
			
			
			
				Returns the [Object] that intersected with the shape at index [code]idx[/code].
			
		
		
			
			
			
			
			
				Returns the instance ID of the [Object] that intersected with the shape at index [code]idx[/code].
			
		
		
			
			
			
			
			
				Returns the child index of the object's [Shape] that intersected with the shape at index [code]idx[/code].
			
		
		
			
			
			
			
			
				Returns the [RID] of the object that intersected with the shape at index [code]idx[/code].