Updates any additional operations that should be performed independent of
the volume intersection query. This can be used to perform an operation on
the entirety of the scene prior to the operation on the result of the
volume intersection query.
Defaults to [(op) => op.items.where((q) => q.all()).deselect()], which will
clear any prior selection before the default selection.
Updates the operation that will be applied based on the volume intersection
query. Defaults to (builder) => builder.select(), which will select any
of the results of the query.
Updates any additional operations that should be performed independent of the volume intersection query. This can be used to perform an operation on the entirety of the scene prior to the operation on the result of the volume intersection query. Defaults to
[(op) => op.items.where((q) => q.all()).deselect()]
, which will clear any prior selection before the default selection.