PhysicsShapeQueryResult

    Result of a 3D shape query in .

    • int get_result_count ( ) const

    Returns the number of objects that intersected with the shape.


    • get_result_object ( int idx ) const

    Returns the instance ID of the that intersected with the shape at index .


    • int get_result_object_shape ( idx ) const

    • RID get_result_rid ( idx ) const

    Returns the RID of the object that intersected with the shape at index .